public abstract class ExchangeEventListener extends Object
Abstract base class to provide the following to XChange clients:
Runnable designed for use with an ExecutorService| Constructor and Description |
|---|
ExchangeEventListener()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
handleEvent(ExchangeEvent event)
Client code is expected to implement this in a manner specific to their own application
|
public abstract void handleEvent(ExchangeEvent event) throws ExchangeException
Client code is expected to implement this in a manner specific to their own application
event - The exchange event containing the informationExchangeExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.