org.simantics.databoard.accessor.interestset
Class StringInterestSet
java.lang.Object
org.simantics.databoard.accessor.interestset.InterestSet
org.simantics.databoard.accessor.interestset.StringInterestSet
public class StringInterestSet
- extends InterestSet
Interest set of a String Type.
- Author:
- Toni Kalajainen
- See Also:
StringType
Method Summary |
boolean |
inNotifications()
Returns true, if interested in notifications or the value. |
boolean |
inValues()
Returns true, if interested in the value |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MONITOR_EVERYTHING
public static final StringInterestSet MONITOR_EVERYTHING
notification
public boolean notification
- Interested in the notification (excludes the value)
value
public boolean value
- Interested in the value (includes notification)
StringInterestSet
public StringInterestSet(boolean notification,
boolean value)
inNotifications
public boolean inNotifications()
- Returns true, if interested in notifications or the value.
Note, interest to notification alone does not imply interest in the value.
- Specified by:
inNotifications
in class InterestSet
- Returns:
- true, if interested in notifications.
inValues
public boolean inValues()
- Returns true, if interested in the value
- Specified by:
inValues
in class InterestSet
- Returns:
- true, if interested in the value