de.beamertool.admin.remotecontrol
Class RemoteControlConnection
java.lang.Object
de.beamertool.admin.remotecontrol.RemoteControlConnection
public class RemoteControlConnection
- extends Object
- Author:
- ocm-zeeman
RemoteControlConnection
public RemoteControlConnection()
addConnectionStatusListener
public void addConnectionStatusListener(RemoteControlConnection.ConnectionStatusListener l)
addUnapprovedMessageListener
public void addUnapprovedMessageListener(UnapprovedMessageListener l)
approvedMessage
public void approvedMessage(InboundMessage m)
throws RemoteException
- Throws:
RemoteException
clearChat
public void clearChat()
throws RemoteException
- Throws:
RemoteException
connect
public void connect(String host,
int port)
throws RemoteException
- Throws:
RemoteException
connect
public void connect(String host,
String port)
throws RemoteException
- Throws:
RemoteException
disconnect
public void disconnect()
isConnected
public boolean isConnected()
refreshDirs
public int[] refreshDirs()
throws RemoteException
- Throws:
RemoteException
say
public void say(String sayText)
throws RemoteException
- Throws:
RemoteException
screenshot
public BufferedImage screenshot()
throws RemoteException
- Throws:
RemoteException
startCountdown
public void startCountdown(long countdown)
throws RemoteException
- Throws:
RemoteException
startCountdown
public void startCountdown(String countdown)
throws RemoteException
- Throws:
RemoteException
startCry
public void startCry(String cryText)
throws RemoteException
- Throws:
RemoteException
stopCountdown
public void stopCountdown()
throws RemoteException
- Throws:
RemoteException
stopCry
public void stopCry()
throws RemoteException
- Throws:
RemoteException