|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandListener
Implementations of this listener may be registered with instances of org.openanzo.common.ontology.Command to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
preconditionAdded(Command source,
Precondition newValue)
Called when a value of precondition has been added |
void |
preconditionRemoved(Command source,
Precondition oldValue)
Called when a value of precondition has been removed |
| Method Detail |
|---|
void preconditionAdded(Command source,
Precondition newValue)
source - the affected instance of org.openanzo.common.ontology.CommandnewValue - the object representing the new value
void preconditionRemoved(Command source,
Precondition oldValue)
source - the affected instance of org.openanzo.common.ontology.CommandoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||