|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.accessor.interestset.InterestSet
public abstract class InterestSet
InterestSet is a description about what is monitored in a data model.
Constructor Summary | |
---|---|
InterestSet()
|
Method Summary | |
---|---|
abstract boolean |
inNotifications()
Returns true, if interested in notifications of modifications, this question excludes an interest to the values. |
abstract boolean |
inValues()
Returns true, if interested in notifications of changes and the new values. |
static InterestSet |
newInterestSet(Datatype type,
boolean notification,
boolean value,
boolean recursive)
Create a new interest set |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterestSet()
Method Detail |
---|
public abstract boolean inNotifications()
public abstract boolean inValues()
public static InterestSet newInterestSet(Datatype type, boolean notification, boolean value, boolean recursive)
type
- the type to create interest set fornotification
- interested in notification of changes, not the valuesvalue
- interested in values (includes notification)recursive
- interested in values recursivelu (includes notification)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |