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)
Invoked when an event is received.
|
void onEvent(InboundEvent inboundEvent)
inboundEvent - received event.Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.