public interface EventListener
EventSource
listener that can be registered to listen for
newly received InboundEvent
notifications.Modifier and Type | Method and Description |
---|---|
void |
onEvent(InboundEvent inboundEvent)
Called when a new
InboundEvent is received by an event source. |
void onEvent(InboundEvent inboundEvent)
InboundEvent
is received by an event source.inboundEvent
- received inbound event.Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.