public interface ObjectEventListener
Modifier and Type | Interface and Description |
---|---|
static class |
ObjectEventListener.Manager
Received message listener manager.
|
Modifier and Type | Method and Description |
---|---|
boolean |
onEventReceived(PointType pointType,
ObjectInstance objectInstance)
Called when an object event is received.
|
@CheckReturnValue boolean onEventReceived(@Nonnull PointType pointType, @Nonnull ObjectInstance objectInstance) throws IOException
pointType
- The point type.objectInstance
- The object instance.IOException
- On I/O exception.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.