|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.accessor.interestset.InterestSet
org.simantics.databoard.accessor.interestset.OptionalInterestSet
public class OptionalInterestSet
Interest set of an Optional Type.
OptionalType
Field Summary | |
---|---|
InterestSet |
componentInterest
Component intersts, null if no specific interest |
static OptionalInterestSet |
MONITOR_EVERYTHING
|
boolean |
notification
Interested in the notification of value assignment (excludes the value) |
boolean |
value
Interested in the value (includes change) |
Constructor Summary | |
---|---|
OptionalInterestSet(boolean notification,
boolean value,
InterestSet componentInterest)
|
Method Summary | |
---|---|
InterestSet |
getComponentInterest()
Returns component interest or null |
boolean |
inNotifications()
Returns true, if interested in notification of new value assignments. |
boolean |
inValues()
Returns true, if interested in the value or notification |
Methods inherited from class org.simantics.databoard.accessor.interestset.InterestSet |
---|
newInterestSet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final OptionalInterestSet MONITOR_EVERYTHING
public boolean notification
public boolean value
public InterestSet componentInterest
Constructor Detail |
---|
public OptionalInterestSet(boolean notification, boolean value, InterestSet componentInterest)
Method Detail |
---|
public boolean inValues()
inValues
in class InterestSet
public boolean inNotifications()
inNotifications
in class InterestSet
public InterestSet getComponentInterest()
null
null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |