Package uk.ac.starlink.topcat.activate
Class ActivationMeta
java.lang.Object
uk.ac.starlink.topcat.activate.ActivationMeta
Additional information about the way a row activation request should
be carried out.
- Since:
- 23 Jan 2018
- Author:
- Mark Taylor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic ActivationMeta
Instance with isInhibitSend set to true.static ActivationMeta
Normal instance. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
Indicates whether sending messages to external applications should be prevented.
-
Field Details
-
NORMAL
Normal instance. -
INHIBIT_SEND
Instance with isInhibitSend set to true.
-
-
Constructor Details
-
ActivationMeta
public ActivationMeta()
-
-
Method Details
-
isInhibitSend
public abstract boolean isInhibitSend()Indicates whether sending messages to external applications should be prevented. This is sometimes necessary to prevent loops in which multiple applications play ping pong with row highlight messages.- Returns:
- true if sending row highlight messages to external applications should be inhibited
-