|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.owl.dataset.ObjectRestrictionListenerAdapter
public class ObjectRestrictionListenerAdapter
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.ObjectRestriction to
receive notification when properties changed, added or removed.
| Constructor Summary | |
|---|---|
ObjectRestrictionListenerAdapter()
|
|
| Method Summary | |
|---|---|
void |
cardinalityAdded(ObjectRestriction source,
java.lang.Integer newValue)
Called when a value of cardinality has been added |
void |
cardinalityRemoved(ObjectRestriction source,
java.lang.Integer oldValue)
Called when a value of cardinality has been removed |
void |
maxCardinalityAdded(ObjectRestriction source,
java.lang.Integer newValue)
Called when a value of maxCardinality has been added |
void |
maxCardinalityRemoved(ObjectRestriction source,
java.lang.Integer oldValue)
Called when a value of maxCardinality has been removed |
void |
minCardinalityAdded(ObjectRestriction source,
java.lang.Integer newValue)
Called when a value of minCardinality has been added |
void |
minCardinalityRemoved(ObjectRestriction source,
java.lang.Integer oldValue)
Called when a value of minCardinality has been removed |
void |
onClassChanged(ObjectRestriction source)
Called when onClass has changed |
void |
onPropertyChanged(ObjectRestriction source)
Called when onProperty has changed |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectRestrictionListenerAdapter()
| Method Detail |
|---|
public void cardinalityAdded(ObjectRestriction source,
java.lang.Integer newValue)
cardinalityAdded in interface ObjectRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionnewValue - the object representing the new value
public void cardinalityRemoved(ObjectRestriction source,
java.lang.Integer oldValue)
cardinalityRemoved in interface ObjectRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionoldValue - the object representing the removed value
public void maxCardinalityAdded(ObjectRestriction source,
java.lang.Integer newValue)
maxCardinalityAdded in interface ObjectRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionnewValue - the object representing the new value
public void maxCardinalityRemoved(ObjectRestriction source,
java.lang.Integer oldValue)
maxCardinalityRemoved in interface ObjectRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionoldValue - the object representing the removed value
public void minCardinalityAdded(ObjectRestriction source,
java.lang.Integer newValue)
minCardinalityAdded in interface ObjectRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionnewValue - the object representing the new value
public void minCardinalityRemoved(ObjectRestriction source,
java.lang.Integer oldValue)
minCardinalityRemoved in interface ObjectRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionoldValue - the object representing the removed valuepublic void onPropertyChanged(ObjectRestriction source)
onPropertyChanged in interface ObjectRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.ObjectRestrictionpublic void onClassChanged(ObjectRestriction source)
onClassChanged in interface ObjectRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.ObjectRestriction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||