|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A TwowayLink is a Link that supports
two-way activation.
| Method Summary | |
Action |
getReverseAction()
Get the reverse action. |
boolean |
isActivateOnSetTarget()
|
void |
setActivateOnSetTarget(boolean pIsActivate)
|
void |
setReverseAction(Action pAction)
Set the mirrored action. |
void |
setReverseActivtator(Activator pActivator)
Set the reverse activator. |
| Methods inherited from interface com.iternum.swlink.Link |
close, getAction, getSource, getTarget, isActivateOnSetSource, setAction, setActivateOnSetSource, setActivator, setSource, setSource, setTarget, setTarget |
| Methods inherited from interface com.iternum.swlink.EndpointObserver |
sourceChanged, targetChanged |
| Method Detail |
public Action getReverseAction()
Action to invoke when the
mirrored link gets activated.public void setReverseAction(Action pAction)
pAction - The Action to invoke when the
mirrored link gets activated.public void setReverseActivtator(Activator pActivator)
pActivator - The Action to
invoke when this TwowayLink in reverse
direction.public boolean isActivateOnSetTarget()
true if the link activates
if the target is setpublic void setActivateOnSetTarget(boolean pIsActivate)
pIsActivate - - true to let
the link activate if the target is set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||