Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Entity |
TransactionParam.getEntity()
Returns the Entity of a new transaction.
|
Entity |
QueryParam.getQueryParameterEntity()
Returns the Query Parameter Entity of the new query.
|
Entity |
EntityClass.makeEntity() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionParam.setEntity(Entity entity)
Set/replace the Entity of a new transaction.
|
void |
QueryParam.setQueryParameterEntity(Entity queryParameter)
Set/replace the Query Parameter Entity of the new query.
|
Modifier and Type | Method and Description |
---|---|
Entity |
TransactionEvent.getEntity()
Returns the result entity associated to this event.
|
Entity |
SubscriptionNotifyEvent.getEntity()
Returns the entity available on this event.
|
Entity |
QueryNotifyEvent.getEntity()
Returns the entity of the current row in the result-set.
|
Entity |
MulticastConnectionEvent.getEntity() |
Submit a bug or feature to FT\API Programming Support