|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.ReferenceActionLink
public class ReferenceActionLink
ReferenceActionLink objects are used by Action objects to define their connections with ThingReference objects.
Constructor Summary | |
---|---|
ReferenceActionLink(ThingReference r,
ActionImpl local_a,
Action a,
long jd)
|
Method Summary | |
---|---|
boolean |
checkTicks()
check whether this link requests Action to be applied |
Action |
getAction()
|
ActionImpl |
getLocalAction()
|
String |
getName()
|
ThingReference |
getThingReference()
|
boolean |
peekTicks()
returns true if there is an action pending |
void |
setTicks()
sync consumer's tick count with producer's tick count |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReferenceActionLink(ThingReference r, ActionImpl local_a, Action a, long jd) throws RemoteException, VisADException
RemoteException
VisADException
Method Detail |
---|
public ThingReference getThingReference()
public ActionImpl getLocalAction()
public Action getAction()
public String getName()
public void setTicks()
public boolean peekTicks()
public boolean checkTicks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |