Modifier and Type | Method and Description |
---|---|
void |
removed(DOFDomain domain,
DOFException exception)
This method is called when this listener is removed from the DOFDomain.
|
void |
stateChanged(DOFDomain domain,
DOFDomain.State state)
This method is called when the state of a domain changes.
|
void stateChanged(DOFDomain domain, DOFDomain.State state)
domain
- The domain that has changed.state
- The new state.void removed(DOFDomain domain, DOFException exception)
domain
- The domain this listener is on. This will never be null.exception
- The exception that caused this listener to be removed, null means it was removed normally.