Class ToggleBooleanAction

All Implemented Interfaces:
EventListener, javafx.event.EventHandler<javafx.event.ActionEvent>, Action, PropertyBean, Disableable

public class ToggleBooleanAction extends AbstractActivityAction<Activity>
This action toggles the state of its boolean property.
Author:
Werner Randelshofer