|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RestrictionListener
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.Restriction to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
allValuesFromAdded(Restriction source,
DatasetThing newValue)
Called when a value of allValuesFrom has been added |
void |
allValuesFromRemoved(Restriction source,
DatasetThing oldValue)
Called when a value of allValuesFrom has been removed |
void |
cardinalityAdded(Restriction source,
java.lang.Integer newValue)
Called when a value of cardinality has been added |
void |
cardinalityRemoved(Restriction source,
java.lang.Integer oldValue)
Called when a value of cardinality has been removed |
void |
hasValueChanged(Restriction source)
Called when hasValue has changed |
void |
maxCardinalityAdded(Restriction source,
java.lang.Integer newValue)
Called when a value of maxCardinality has been added |
void |
maxCardinalityRemoved(Restriction source,
java.lang.Integer oldValue)
Called when a value of maxCardinality has been removed |
void |
minCardinalityAdded(Restriction source,
java.lang.Integer newValue)
Called when a value of minCardinality has been added |
void |
minCardinalityRemoved(Restriction source,
java.lang.Integer oldValue)
Called when a value of minCardinality has been removed |
void |
onPropertyChanged(Restriction source)
Called when onProperty has changed |
void |
someValuesFromAdded(Restriction source,
DatasetThing newValue)
Called when a value of someValuesFrom has been added |
void |
someValuesFromRemoved(Restriction source,
DatasetThing oldValue)
Called when a value of someValuesFrom has been removed |
| Method Detail |
|---|
void cardinalityAdded(Restriction source,
java.lang.Integer newValue)
source - the affected instance of org.openanzo.owl.dataset.RestrictionnewValue - the object representing the new value
void cardinalityRemoved(Restriction source,
java.lang.Integer oldValue)
source - the affected instance of org.openanzo.owl.dataset.RestrictionoldValue - the object representing the removed value
void maxCardinalityAdded(Restriction source,
java.lang.Integer newValue)
source - the affected instance of org.openanzo.owl.dataset.RestrictionnewValue - the object representing the new value
void maxCardinalityRemoved(Restriction source,
java.lang.Integer oldValue)
source - the affected instance of org.openanzo.owl.dataset.RestrictionoldValue - the object representing the removed value
void minCardinalityAdded(Restriction source,
java.lang.Integer newValue)
source - the affected instance of org.openanzo.owl.dataset.RestrictionnewValue - the object representing the new value
void minCardinalityRemoved(Restriction source,
java.lang.Integer oldValue)
source - the affected instance of org.openanzo.owl.dataset.RestrictionoldValue - the object representing the removed valuevoid onPropertyChanged(Restriction source)
source - the affected instance of org.openanzo.owl.dataset.Restrictionvoid hasValueChanged(Restriction source)
source - the affected instance of org.openanzo.owl.dataset.Restriction
void allValuesFromAdded(Restriction source,
DatasetThing newValue)
source - the affected instance of org.openanzo.owl.dataset.RestrictionnewValue - the object representing the new value
void allValuesFromRemoved(Restriction source,
DatasetThing oldValue)
source - the affected instance of org.openanzo.owl.dataset.RestrictionoldValue - the object representing the removed value
void someValuesFromAdded(Restriction source,
DatasetThing newValue)
source - the affected instance of org.openanzo.owl.dataset.RestrictionnewValue - the object representing the new value
void someValuesFromRemoved(Restriction source,
DatasetThing oldValue)
source - the affected instance of org.openanzo.owl.dataset.RestrictionoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||