|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StateListener | |
|---|---|
| net.dpml.component | Interfaces defining the internal 'component' model. |
| net.dpml.metro.runtime | Metro component model controller implementation. |
| net.dpml.state | The net.dpml.state package defines states, transitons, operations and triggers and a state machine supporting orderly management of state transitions and dynamic operations. |
| Uses of StateListener in net.dpml.component |
|---|
| Subinterfaces of StateListener in net.dpml.component | |
|---|---|
interface |
ProviderListener
An interface implementation by controller concerned with or responsible for handling changes in a local runtime directory context. |
| Methods in net.dpml.component with parameters of type StateListener | |
|---|---|
void |
Provider.addStateListener(StateListener listener)
Add a state listener to the control. |
void |
Provider.removeStateListener(StateListener listener)
Remove a state listener from the control. |
| Uses of StateListener in net.dpml.metro.runtime |
|---|
| Methods in net.dpml.metro.runtime with parameters of type StateListener | |
|---|---|
void |
DefaultStateMachine.addStateListener(StateListener listener)
Add a state change listener to the state machine. |
void |
DefaultStateMachine.removeStateListener(StateListener listener)
Remove a state listener from the state machine. |
| Uses of StateListener in net.dpml.state |
|---|
| Methods in net.dpml.state with parameters of type StateListener | |
|---|---|
void |
StateMachine.addStateListener(StateListener listener)
Add a state change listener to the state machine. |
void |
StateMachine.removeStateListener(StateListener listener)
Remove a state listener from the state machine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||