|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.owl.dataset.DataRestrictionListenerAdapter
public class DataRestrictionListenerAdapter
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.DataRestriction to
receive notification when properties changed, added or removed.
| Constructor Summary | |
|---|---|
DataRestrictionListenerAdapter()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataRestrictionListenerAdapter()
| Method Detail |
|---|
public void cardinalityAdded(DataRestriction source,
java.lang.Integer newValue)
cardinalityAdded in interface DataRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.DataRestrictionnewValue - the object representing the new value
public void cardinalityRemoved(DataRestriction source,
java.lang.Integer oldValue)
cardinalityRemoved in interface DataRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.DataRestrictionoldValue - the object representing the removed value
public void maxCardinalityAdded(DataRestriction source,
java.lang.Integer newValue)
maxCardinalityAdded in interface DataRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.DataRestrictionnewValue - the object representing the new value
public void maxCardinalityRemoved(DataRestriction source,
java.lang.Integer oldValue)
maxCardinalityRemoved in interface DataRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.DataRestrictionoldValue - the object representing the removed value
public void minCardinalityAdded(DataRestriction source,
java.lang.Integer newValue)
minCardinalityAdded in interface DataRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.DataRestrictionnewValue - the object representing the new value
public void minCardinalityRemoved(DataRestriction source,
java.lang.Integer oldValue)
minCardinalityRemoved in interface DataRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.DataRestrictionoldValue - the object representing the removed valuepublic void onPropertyChanged(DataRestriction source)
onPropertyChanged in interface DataRestrictionListenersource - the affected instance of org.openanzo.owl.dataset.DataRestrictionpublic void onDataRangeChanged(DataRestriction source)
onDataRangeChanged in interface DataRestrictionListenersource - 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 | |||||||||