Packages that use it.list.jft.event | |
---|---|
it.list.jft | Provides interfaces for dealing with different FastTrack objects. |
it.list.jft.event | Provides interfaces for dealing with different types of events and listeners. |
Classes in it.list.jft.event used by it.list.jft | |
---|---|
ConnectionListener
Interface to be implemented in order to handle the Connection Lifecycle. |
|
EntityClassQueryListener
|
|
FilterListener
Interface to be implemented in order to handle the Filter Lifecycle. |
|
Listener
Super-interface common to all listener interfaces. |
|
MulticastConnectionListener
|
|
QueryListener
Interface to be implemented in order to handle the Query Lifecycle. |
|
SubscriptionListener
Interface to be implemented in order to handle the Subscription Lifecycle. |
|
TransactionListener
Interface to be implemented in order to handle the Transaction Lifecycle. |
Classes in it.list.jft.event used by it.list.jft.event | |
---|---|
ConnectionCloseEvent
Server-answer to Connection.close() . |
|
ConnectionEvent
Generic event related to 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
|
|
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. |
|
FilterSetEvent
Server-answer to Filter.set(java.lang.String) . |
|
Listener
Super-interface common to all listener interfaces. |
|
MulticastConnectionEvent
|
|
QueryCreateEvent
Server-answer to Query.create() . |
|
QueryDestroyEvent
Server-answer to Query.destroy() . |
|
QueryEvent
Generic event related to 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. |
|
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. |
|
TransactionQueryEvent
Server-answer to Transaction.query() . |
|
TransactionSendEvent
Server-answer to Transaction.send() . |