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