Interface IFirstStateChangeListener
-
- All Known Implementing Classes:
FirstStateChangeListener
public interface IFirstStateChangeListener
Listener for FirstStateChange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
OnFirstStateChange(DDM_INSTANCE_STATE newState)
Called the first time there is state change
-
-
-
Method Detail
-
OnFirstStateChange
void OnFirstStateChange(DDM_INSTANCE_STATE newState)
Called the first time there is state change- Parameters:
newState
- New state
-
-