Package net.officefloor.gef.configurer
Interface Actioner
-
public interface Actioner
Triggers applying the configured model.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
action()
Applies the configured model.java.lang.String
getLabel()
Obtains the label for the action.
-