MigratoryDataListener class abstract

The implementation of this interface will handle the messages received from the server for the subscribed subjects as well as various status notifications.

Use the API method \link MigratoryDataClient.setListener() \endlink to register your listener implementation.

Constructors

MigratoryDataListener()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMessage(MigratoryDataMessage message) → dynamic
This method handles the messages received from the server for the subscribed subjects.
onStatus(String type, String info) → dynamic
This method handles various status notifications.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited