|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataRestrictionListener
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.DataRestriction to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
cardinalityAdded(DataRestriction source,
java.lang.Integer newValue)
Called when a value of cardinality has been added |
void |
cardinalityRemoved(DataRestriction source,
java.lang.Integer oldValue)
Called when a value of cardinality has been removed |
void |
maxCardinalityAdded(DataRestriction source,
java.lang.Integer newValue)
Called when a value of maxCardinality has been added |
void |
maxCardinalityRemoved(DataRestriction source,
java.lang.Integer oldValue)
Called when a value of maxCardinality has been removed |
void |
minCardinalityAdded(DataRestriction source,
java.lang.Integer newValue)
Called when a value of minCardinality has been added |
void |
minCardinalityRemoved(DataRestriction source,
java.lang.Integer oldValue)
Called when a value of minCardinality has been removed |
void |
onDataRangeChanged(DataRestriction source)
Called when onDataRange has changed |
void |
onPropertyChanged(DataRestriction source)
Called when onProperty has changed |
| Method Detail |
|---|
void cardinalityAdded(DataRestriction source,
java.lang.Integer newValue)
source - the affected instance of org.openanzo.owl.dataset.DataRestrictionnewValue - the object representing the new value
void cardinalityRemoved(DataRestriction source,
java.lang.Integer oldValue)
source - the affected instance of org.openanzo.owl.dataset.DataRestrictionoldValue - the object representing the removed value
void maxCardinalityAdded(DataRestriction source,
java.lang.Integer newValue)
source - the affected instance of org.openanzo.owl.dataset.DataRestrictionnewValue - the object representing the new value
void maxCardinalityRemoved(DataRestriction source,
java.lang.Integer oldValue)
source - the affected instance of org.openanzo.owl.dataset.DataRestrictionoldValue - the object representing the removed value
void minCardinalityAdded(DataRestriction source,
java.lang.Integer newValue)
source - the affected instance of org.openanzo.owl.dataset.DataRestrictionnewValue - the object representing the new value
void minCardinalityRemoved(DataRestriction source,
java.lang.Integer oldValue)
source - the affected instance of org.openanzo.owl.dataset.DataRestrictionoldValue - the object representing the removed valuevoid onPropertyChanged(DataRestriction source)
source - the affected instance of org.openanzo.owl.dataset.DataRestrictionvoid onDataRangeChanged(DataRestriction source)
source - the affected instance of org.openanzo.owl.dataset.DataRestriction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||