public abstract class ExchangeEventListener extends Object
Abstract base class to provide the following to XChange clients:
Runnable
designed for use with an ExecutorServiceConstructor 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 informationExchangeException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.