|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.core.kivi.AbstractTrigger
de.cau.cs.kieler.synccharts.kivi.SignalFlowTrigger
public class SignalFlowTrigger
This trigger is informed whenever the button for the signal flow visualization is pushed.
Nested Class Summary | |
---|---|
static class |
SignalFlowTrigger.SignalFlowActiveState
Contains the state for the signal flow mechanism. |
Constructor Summary | |
---|---|
SignalFlowTrigger()
|
Method Summary | |
---|---|
void |
button(boolean p)
Called by the signal flow handler when the button is pressed. |
static SignalFlowTrigger |
getInstance()
Get the faux-singleton instance. |
void |
register()
Called when the trigger is activated, e.g., if KIVi is (re-)activated or the first ICombination being fired by such a trigger is loaded. |
void |
unregister()
Called when the trigger is deactivated, e.g., if the whole KIVi is deactivated. |
Methods inherited from class de.cau.cs.kieler.core.kivi.AbstractTrigger |
---|
isActive, setActive, synchronizedTrigger, trigger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignalFlowTrigger()
Method Detail |
---|
public static SignalFlowTrigger getInstance()
public void register()
AbstractTrigger
ICombination
being fired by such a trigger is loaded.
Registers itself where necessary.
register
in interface ITrigger
register
in class AbstractTrigger
public void unregister()
AbstractTrigger
unregister
in interface ITrigger
unregister
in class AbstractTrigger
public void button(boolean p)
p
- true if the button is in the pushed state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |