|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.omsdk.mil.applicationblocks.mediaserver.lca.LCAListener
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 |
public LCAListener()
Method Detail |
public void startListening()
public void stopListening()
public void handleLCAEvent(MILLCAEvent event)
com.genesyslab.omsdk.mil.MILLCAManager
interface
to which this listener was added.
In this case we have registration logic here: startListening()
.
event
- event containing the new LCA runmode.startListening()
,
stopListening()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |