visad
Class ReferenceActionLink
- java.lang.Object
-
- visad.ReferenceActionLink
-
- Direct Known Subclasses:
- DataDisplayLink
public class ReferenceActionLink extends java.lang.ObjectReferenceActionLink objects are used by Action objects to define their connections with ThingReference objects.
-
-
Constructor Summary
Constructors Constructor and Description ReferenceActionLink(ThingReference r, ActionImpl local_a, Action a, long jd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleancheckTicks()check whether this link requests Action to be appliedActiongetAction()ActionImplgetLocalAction()java.lang.StringgetName()ThingReferencegetThingReference()booleanpeekTicks()returns true if there is an action pendingvoidsetTicks()sync consumer's tick count with producer's tick count
-
-
-
Constructor Detail
-
ReferenceActionLink
public ReferenceActionLink(ThingReference r, ActionImpl local_a, Action a, long jd) throws java.rmi.RemoteException, VisADException
- Throws:
java.rmi.RemoteExceptionVisADException
-
-
Method Detail
-
getThingReference
public ThingReference getThingReference()
-
getLocalAction
public ActionImpl getLocalAction()
-
getAction
public Action getAction()
-
getName
public java.lang.String getName()
-
setTicks
public void setTicks()
sync consumer's tick count with producer's tick count
-
peekTicks
public boolean peekTicks()
returns true if there is an action pending
-
checkTicks
public boolean checkTicks()
check whether this link requests Action to be applied
-
-
DMelt 3.0 © DataMelt by jWork.ORG