Class StateReadyListener
- java.lang.Object
-
- org.mases.datadistributionmanager.StateReadyListener
-
- All Implemented Interfaces:
IStateReadyListener
public class StateReadyListener extends java.lang.Object implements IStateReadyListener
Implementation ofIStateReadyListener
-
-
Constructor Summary
Constructors Constructor Description StateReadyListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
OnStateReady(byte[] buffer)
The state is ready to be used
-
-
-
Method Detail
-
OnStateReady
public void OnStateReady(byte[] buffer)
Description copied from interface:IStateReadyListener
The state is ready to be used- Specified by:
OnStateReady
in interfaceIStateReadyListener
- Parameters:
buffer
- The buffer state receiver
-
-