E - the event to handlepublic abstract class AbstractNamedEventHandler<E extends Event> extends Object implements EventHandler<E>
| Modifier and Type | Field and Description |
|---|---|
private String |
name
The name of the event handler.
|
| Constructor and Description |
|---|
AbstractNamedEventHandler(String name)
Default Constructor.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.