public class ModuleStateChangedEvent extends MessageEvent
Any messages sent by the application to the CA module in this session to which the CA module has not responded yet, may or may not have been delivered to the module and will not be responded to any more due to the state change.
source| Constructor and Description |
|---|
ModuleStateChangedEvent(int SessionID,
Object caModule)
Constructor for the event
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getSource()
Returns the CAModule that is the source of the event
|
getSessionIdtoStringpublic ModuleStateChangedEvent(int SessionID,
Object caModule)
SessionID - the sessionID of the session concernedcaModule - the CAModule object representing the module that
is the source of the eventpublic Object getSource()
getSource in class MessageEventCopyright © 2012 code4tv.com. All Rights Reserved.