See:
Description
Interface Summary | |
---|---|
ConnectionCloseEvent | Server-answer to Connection.close() . |
ConnectionEvent | Generic event related to the Connection Lifecycle. |
ConnectionListener | Interface to be implemented in order to handle the Connection Lifecycle. |
ConnectionLostEvent | Event generated when the connection with the server crashed or when the server choose to terminate the connection. |
ConnectionOpenEvent | Server-answer to Connection.open() . |
EntityClassQueryEvent | |
EntityClassQueryListener | |
Event | Super-interface common to all events. |
FilterCreateEvent | Server-answer to Filter.create() . |
FilterDestroyEvent | Server-answer to Filter.destroy() . |
FilterEvent | Generic event related to the Filter Lifecycle. |
FilterListener | Interface to be implemented in order to handle the Filter Lifecycle. |
FilterSetEvent | Server-answer to Filter.set(java.lang.String) . |
Listener | Super-interface common to all listener interfaces. |
MulticastConnectionEvent | |
MulticastConnectionListener | |
QueryCreateEvent | Server-answer to Query.create() . |
QueryDestroyEvent | Server-answer to Query.destroy() . |
QueryEvent | Generic event related to the Query Lifecycle. |
QueryListener | Interface to be implemented in order to handle the Query Lifecycle. |
QueryNotifyEvent | Event generated when a single entity (or the EOQ indication) of a query result-set is available. |
QueryRowsEvent | Server-answer to Query.queryRows() . |
SubscriptionEvent | Generic event related to the Subscription Lifecycle. |
SubscriptionIdleEvent | Event generated when the flow of historical data is finished and the start of actual data is starting. |
SubscriptionListener | Interface to be implemented in order to handle the Subscription Lifecycle. |
SubscriptionNotifyEvent | Event generated when an actual or historical data or a server-answer to
Subscription.refreshEntity()
is available. |
SubscriptionStartEvent | Server-answer to Subscription.start() . |
SubscriptionStopEvent | Server-answer to Subscription.stop() . |
TransactionEvent | Generic event related to the Transaction Lifecycle. |
TransactionListener | Interface to be implemented in order to handle the Transaction Lifecycle. |
TransactionQueryEvent | Server-answer to Transaction.query() . |
TransactionSendEvent | Server-answer to Transaction.send() . |
Provides interfaces for dealing with different types of events and listeners.
Implementation of Listener
sub-interfaces must be provided by the JFT application.
Implementation of Listener
sub-interfaces are already provided by the JFT library.
See the hierarchy of this it.list.jft.event package
and the Event
and Listener
documentation for details.
The above figure is the UML representation of it.list.jft.event data model.
In blue all interfaces that are Events received from FastTrack server and handled by some Listener.