public abstract class AbstractEventAction extends Object implements EventAction
This class implements an abstract event-action.
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<String> |
values |
| Constructor and Description |
|---|
AbstractEventAction() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getName() |
List<String> |
getValues() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getLabel, getParametersprotected LinkedList<String> values
public abstract String getName()
getName in interface EventActionpublic List<String> getValues()
getValues in interface EventActionCopyright © 2013 jwall.org. All Rights Reserved.