Package | Description |
---|---|
org.eclipse.keyple.core.service.event |
Contains the necessary APIs for observing plugins and readers (used by ticketing applications).
|
Modifier and Type | Method and Description |
---|---|
ReaderEvent.EventType |
ReaderEvent.getEventType()
Gets the reader event type.
|
static ReaderEvent.EventType |
ReaderEvent.EventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReaderEvent.EventType[] |
ReaderEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ReaderEvent(java.lang.String pluginName,
java.lang.String readerName,
ReaderEvent.EventType eventType,
AbstractDefaultSelectionsResponse defaultSelectionsResponse)
ReaderEvent constructor for simple insertion notification mode
|