public interface CustomAction
| Modifier and Type | Method and Description |
|---|---|
void |
doAction()
Fuehrt die Aktion des Action-Objekts aus.
|
boolean |
featureConcerned(Feature feature)
Checks, if the given feature is concerned from this action.
|
CustomAction |
getInverse()
Liefert das Gegenteil der eigenen Aktion zurueck.
|
String |
info()
Liefert einen lesbaren String mit Informationen der Aktion.
|
void doAction()
String info()
CustomAction getInverse()
boolean featureConcerned(Feature feature)
feature - the feature that should be checkedCopyright © 2012–2026 cismet GmbH. All rights reserved.