public interface FabricEventListener
Title: Service Event Fabric Core
Description: Defines an Event Listener processing events which are delivered to the listener by the corresponding Event Consumer.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
onEvent(ImmutableEventDatagram event)
Processes the specified event.
|
void onEvent(ImmutableEventDatagram event) throws FabricEventException
event
- the event to be processed.FabricEventException
- if some error occurs during processing.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.