com.genesyslab.omsdk.mil.event
Interface MILLCAListener


public interface MILLCAListener

The listener for receiving changes in the LCA runmode of this application.

Implement this listener to update your application depending on its new LCA runmode.

Since:
7.1.005.00

Method Summary
 void handleLCAEvent(MILLCAEvent event)
          Invoked when an event occurs on the MILLCAManager interface to which this listener was added.
 

Method Detail

handleLCAEvent

public void handleLCAEvent(MILLCAEvent event)
Invoked when an event occurs on the MILLCAManager interface to which this listener was added.

Parameters:
event - event containing the new LCA runmode.