Package com.caplin.streamlink
Interface BinaryEvent
- All Superinterfaces:
DataEvent
Provides information about a BINARY message.
The BinaryEvent is provided in an onBinaryUpdate
callback to a SubscriptionListener.
-
Method Summary
Methods inherited from interface com.caplin.streamlink.DataEvent
getSubject, isImage
-
Method Details
-
getBinary
Object getBinary()Returns the complete BINARY object (patches applied) as created by the user defined BinaryHandler (specified in the configuration).
- Returns:
- the BINARY object (the type of this object is platform specific and depends on the BinaryHandler configured).
-