public abstract class AbstractHandler extends Object implements Serializable, Handler
| Constructor and Description |
|---|
AbstractHandler() |
| Modifier and Type | Method and Description |
|---|---|
static Class[] |
getHandlers()
Returns all the available handlers.
|
protected Logger |
getLogger()
Returns the logger in use.
|
boolean |
handles(Object obj)
Checks whether the object can be handled.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromString, handles, toStringprotected Logger m_Logger
Copyright © 2017 University of Waikato, Hamilton, NZ. All Rights Reserved.