public static interface SparkAppHandle.Listener
Modifier and Type | Method and Description |
---|---|
void |
infoChanged(SparkAppHandle handle)
Callback for changes in any information that is not the handle's state.
|
void |
stateChanged(SparkAppHandle handle)
Callback for changes in the handle's state.
|
void stateChanged(SparkAppHandle handle)
handle
- The updated handle.SparkAppHandle.getState()
void infoChanged(SparkAppHandle handle)
handle
- The updated handle.