public final class ActionHandler extends AbstractNamedEventHandler<ActionEvent>
| Modifier and Type | Field and Description |
|---|---|
private ActionAdapter |
actionAdapter
The Action adapter.
|
| Constructor and Description |
|---|
ActionHandler(ActionAdapter actionAdapter)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ActionAdapter |
getActionAdapter()
Return the implementation of the action adapter interface.
|
void |
handle(ActionEvent actionEvent) |
getName, toStringprivate final ActionAdapter actionAdapter
public ActionHandler(ActionAdapter actionAdapter)
actionAdapter - the adapter to usepublic ActionAdapter getActionAdapter()
public void handle(ActionEvent actionEvent)
Copyright © 2011–2014 JRebirth OSS. All rights reserved.