Interface IRequestedStateListener
-
- All Known Implementing Classes:
RequestedStateListener
public interface IRequestedStateListener
Listener for RequestedState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
OnRequestedState(byte[] buffer)
Called when a state transfer was requested
-