public class StopEnabledCallBackAction
Constructor and description |
---|
StopEnabledCallBackAction
(BindableBoolean bool, Object target, String method, Object... parameters) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
execute() Calls the method named in the constructor on the target named in the constructor. |
Calls the method named in the constructor on the target named in the constructor. If the method invoked returns the enum Stop, the boolean value of the BindableBoolean instance is set to false. The intent is for the entity bound to the BindableBoolean to be notified of the change.