Package jmri.jmrit.logixng
Interface DigitalBooleanAction
-
- All Superinterfaces:
Base
,PropertyChangeProvider
- All Known Subinterfaces:
DigitalBooleanActionBean
,FemaleDigitalBooleanActionSocket
,MaleDigitalBooleanActionSocket
- All Known Implementing Classes:
AbstractDigitalBooleanAction
,DebuggerMaleDigitalBooleanActionSocket
,DefaultFemaleDigitalBooleanActionSocket
,DefaultMaleDigitalBooleanActionSocket
,DigitalBooleanMany
,DigitalBooleanOnChange
public interface DigitalBooleanAction extends Base
A LogixNG logix emulator action.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jmri.jmrit.logixng.Base
Base.PrintTreeSettings, Base.RunnableWithBase, Base.RunnableWithBaseThrowException
-
-
Field Summary
-
Fields inherited from interface jmri.jmrit.logixng.Base
PRINT_LINE_NUMBERS_FORMAT, PROPERTY_CHILD_COUNT, PROPERTY_CHILD_REORDER, PROPERTY_LAST_RESULT_CHANGED, PROPERTY_SOCKET_CONNECTED, PROPERTY_SOCKET_DISCONNECTED, SOCKET_CONNECTED, SOCKET_DISCONNECTED
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(boolean hasChangedToTrue, boolean hasChangedToFalse)
Execute this DigitalActionBean.-
Methods inherited from interface jmri.jmrit.logixng.Base
addPropertyChangeListener, addPropertyChangeListener, deepCopyChildren, dispose, doSocketOperation, existsInTree, forEntireTree, forEntireTreeWithException, getCategory, getChild, getChildCount, getComment, getConditionalNG, getDeepCopy, getListenerRef, getListenerRefs, getListenerRefsIncludingChildren, getLogixNG, getLongDescription, getLongDescription, getModule, getNumPropertyChangeListeners, getParent, getPropertyChangeListenersByReference, getRoot, getShortDescription, getShortDescription, getSystemName, getUsageDetail, getUsageTree, getUserName, hasChild, isActive, isEnabled, isSocketOperationAllowed, printTree, printTree, printTree, printTree, printTree, registerListeners, setComment, setParent, setParentForAllChildren, setup, setUserName, unregisterListeners, updateListenerRef, vetoableChange
-
Methods inherited from interface jmri.beans.PropertyChangeProvider
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
-
-
-
-
Method Detail
-
execute
void execute(boolean hasChangedToTrue, boolean hasChangedToFalse) throws JmriException
Execute this DigitalActionBean.- Parameters:
hasChangedToTrue
- true if the expression has changed to true, false otherwisehasChangedToFalse
- true if the expression has changed to false, false otherwise- Throws:
JmriException
- when an exception occurs
-
-