Interface IChangingStateListener
-
- All Known Implementing Classes:
ChangingStateListener
public interface IChangingStateListener
Listener for ChangingState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
OnChangingState(DDM_INSTANCE_STATE oldState, DDM_INSTANCE_STATE newState)
The state is starting to change
-
-
-
Method Detail
-
OnChangingState
void OnChangingState(DDM_INSTANCE_STATE oldState, DDM_INSTANCE_STATE newState)
The state is starting to change- Parameters:
oldState
- Old statenewState
- New state
-
-