public abstract class DefaultResultListener<E> extends Object implements IResultListener<E>
Constructor and Description |
---|
DefaultResultListener()
Create a new listener.
|
DefaultResultListener(Logger logger)
Create a new listener.
|
Modifier and Type | Method and Description |
---|---|
void |
exceptionOccurred(Exception exception)
Called when an exception occurred.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resultAvailable
public DefaultResultListener()
logger
- The logger.public DefaultResultListener(Logger logger)
logger
- The logger.public void exceptionOccurred(Exception exception)
exceptionOccurred
in interface IResultListener<E>
exception
- The exception.Copyright © 2012. All Rights Reserved.