public interface FlowEventHandler
Note: Event notifications can occur on the session's I/O and event thread, so an application may not call session operations from this callback handler, as this could cause a deadlock.
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(Object source,
FlowEventArgs event)
Called when a flow event notification is available.
|
void handleEvent(Object source, FlowEventArgs event)
source
- The event source, e.g. the FlowReceiver
and Browser
..event
- The event to process.Copyright 2004-2024 Solace Corporation. All rights reserved.