E
- the event to handlepublic abstract class AbstractNamedEventHandler<E extends Event,A extends EventAdapter> extends Object implements EventHandler<E>
Modifier and Type | Field and Description |
---|---|
protected A |
adapter
The Action adapter.
|
Constructor and Description |
---|
AbstractNamedEventHandler(String name,
A adapter)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
A |
adapter()
Return the implementation of the adapter interface.
|
String |
getName() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
handle
protected final A extends EventAdapter adapter
public AbstractNamedEventHandler(String name, A adapter)
name
- the name of this event handlerCopyright © 2011–2016 JRebirth OSS. All rights reserved.