Uses of Interface
it.list.jft.event.Event

Packages that use Event
it.list.jft.event Provides interfaces for dealing with different types of events and listeners. 
 

Uses of Event in it.list.jft.event
 

Subinterfaces of Event in it.list.jft.event
 interface ConnectionCloseEvent
          Server-answer to Connection.close().
 interface ConnectionEvent
          Generic event related to the Connection Lifecycle.
 interface ConnectionLostEvent
          Event generated when the connection with the server crashed or when the server choose to terminate the connection.
 interface ConnectionOpenEvent
          Server-answer to Connection.open().
 interface EntityClassQueryEvent
           
 interface FilterCreateEvent
          Server-answer to Filter.create().
 interface FilterDestroyEvent
          Server-answer to Filter.destroy().
 interface FilterEvent
          Generic event related to the Filter Lifecycle.
 interface FilterSetEvent
          Server-answer to Filter.set(java.lang.String).
 interface MulticastConnectionEvent
           
 interface QueryCreateEvent
          Server-answer to Query.create().
 interface QueryDestroyEvent
          Server-answer to Query.destroy().
 interface QueryEvent
          Generic event related to the Query Lifecycle.
 interface QueryNotifyEvent
          Event generated when a single entity (or the EOQ indication) of a query result-set is available.
 interface QueryRowsEvent
          Server-answer to Query.queryRows().
 interface SubscriptionEvent
          Generic event related to the Subscription Lifecycle.
 interface SubscriptionIdleEvent
          Event generated when the flow of historical data is finished and the start of actual data is starting.
 interface SubscriptionNotifyEvent
          Event generated when an actual or historical data or a server-answer to Subscription.refreshEntity() is available.
 interface SubscriptionStartEvent
          Server-answer to Subscription.start().
 interface SubscriptionStopEvent
          Server-answer to Subscription.stop().
 interface TransactionEvent
          Generic event related to the Transaction Lifecycle.
 interface TransactionQueryEvent
          Server-answer to Transaction.query().
 interface TransactionSendEvent
          Server-answer to Transaction.send().
 



Submit a bug or feature to FT\API Programming Support<\font>