Interface IStateReadyListener
-
- All Known Implementing Classes:
StateReadyListener
public interface IStateReadyListener
Listener for StateReady
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
OnStateReady(byte[] buffer)
The state is ready to be used
-