com.genesyslab.omsdk.mil.event
Interface MILLCAEvent
- public interface MILLCAEvent
An event reporting changes in the LCA run mode.
To receive these events, implement the
MILLCAListener.handleLCAEvent() method,
then add an instance of this MILLCAListener to the
MILLCAManager interface.
- Since:
- 7.1.006.00
- See Also:
MILLCAManager.addLCAListener(MILLCAListener listener)
getOldRunMode
public MILLCARunMode getOldRunMode()
- Returns the old LCA runmode of this application.
- Returns:
- the old LCA runmode of this application.
getNewRunMode
public MILLCARunMode getNewRunMode()
- Returns the new LCA runmode of this application.
- Returns:
- the new LCA runmode of this application.