Interface ExtensionPointEvent
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AdExtensionPointEvent,AgreementExtensionPointEvent,AuthorizationExtensionPointEvent,ImportExtensionPointEvent,OperatorExtensionPointEvent,OrderExtensionPointEvent,PhoneExtensionPointEvent,RecordExtensionPointEvent,TransactionExtensionPointEvent,TransferExtensionPointEvent,UserAddressExtensionPointEvent,UserExtensionPointEvent,VoucherExtensionPointEvent
public interface ExtensionPointEvent extends Serializable
Interface implemented by extension point events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()Returns the event nameExtensionPointNaturenature()Returns the nature of this set of events
-
-
-
Method Detail
-
name
String name()
Returns the event name
-
nature
ExtensionPointNature nature()
Returns the nature of this set of events
-
-