Package com.smartgwt.client.callbacks
Interface EventErrorCallback
public interface EventErrorCallback
-
Method Summary
-
Method Details
-
execute
- Parameters:
data
- A JavaScript object representing the current state of the stream;events
will be an array of all retainedEventStreamEvent
s captured by the stream since the last time the callback was invoked, oldest first. The last array element should be theEventStreamEvent
that triggered this call and have anerrorTrace
.nEvents
- The number of events captured by the stream since the last time the callback was invoked. Compare withEventStreamData.nEvents
.- See Also:
-