com.genesyslab.omsdk.mil.applicationblocks.mediaserver.lca
Class LCAListener

java.lang.Object
  extended bycom.genesyslab.omsdk.mil.applicationblocks.mediaserver.lca.LCAListener

public class LCAListener
extends java.lang.Object

Shows how to use MILLCAListener.


Constructor Summary
LCAListener()
           
 
Method Summary
 void handleLCAEvent(MILLCAEvent event)
          Invoked when an event occurs on the com.genesyslab.omsdk.mil.MILLCAManager interface to which this listener was added.
 void startListening()
          Perform registration of this LCA listener in MIL services layer.
 void stopListening()
          Perform un-registration of this LCA listener in MIL services layer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LCAListener

public LCAListener()
Method Detail

startListening

public void startListening()
Perform registration of this LCA listener in MIL services layer.


stopListening

public void stopListening()
Perform un-registration of this LCA listener in MIL services layer.


handleLCAEvent

public void handleLCAEvent(MILLCAEvent event)
Invoked when an event occurs on the com.genesyslab.omsdk.mil.MILLCAManager interface to which this listener was added. In this case we have registration logic here: startListening().

Parameters:
event - event containing the new LCA runmode.
See Also:
startListening(), stopListening()