public interface SubscriptionStartEvent extends SubscriptionEvent
Subscription.start()
.
This event must be handled by
SubscriptionListener.onSubscriptionStart()
.
RESULT_GENERIC_ERROR, RESULT_OK
Modifier and Type | Method and Description |
---|---|
int |
getEntityClassVersionOnServer()
Returns the version of EntityClass on the server.
|
boolean |
isEntityClassReset()
Returns a reset-class indication.
|
getSubscription
boolean isEntityClassReset()
A true
indicates that the
required EntityClass version
is different from the
server EntityClass version
.
In this case the historical data that will be available into the next
SubscriptionNotifyEvents
are complete and
not (as usual) restricted to data following a
given timestamp.
This method must be called only when the result
is Event.RESULT_OK
.
false
is returned when the
result is not Event.RESULT_OK
.int getEntityClassVersionOnServer()
The returned value may be different from the
version requested
into the Subscription parameter. In this case isEntityClassReset()
returns true
.
This method must be called only when the
server result is Event.RESULT_OK
.
Event.RESULT_OK
.isEntityClassReset()
Submit a bug or feature to FT\API Programming Support