|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.beamertool.viewer.remotecontrol.RemoteControl
public class RemoteControl
This class is the "heart" of the remote control feature.
It handles the listener and initalizes cajo.
| Constructor Summary | |
|---|---|
RemoteControl(Settings settings)
Initalizes all fields and starts cajo |
|
| Method Summary | |
|---|---|
void |
addApprovedMsgListener(ApprovedMsgListener newListener)
Adds alister to the list of listener to recieve approved messages |
void |
addRemoteControlListener(RemoteControlListener newListener)
Adds a lister to the list of listener to recieve events from beamer-tool_admin (like cry, say and so on) |
void |
newMsg(InboundMessage newSms)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteControl(Settings settings)
settings - -
the application settings to use| Method Detail |
|---|
public void addApprovedMsgListener(ApprovedMsgListener newListener)
newListener - -
the new listener to add to the listener listpublic void addRemoteControlListener(RemoteControlListener newListener)
newListener - the new listener to add to the listener listpublic void newMsg(InboundMessage newSms)
newMsg in interface UnapprovedMsgListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||