de.beamertool.viewer.remotecontrol
Interface RemoteControlListener

All Known Subinterfaces:
RemoteControlMethodsMBean
All Known Implementing Classes:
AbstractFmMain, FmMain, FmMain, GuiController, RemoteControlMethods

public interface RemoteControlListener

Simple interface to handle admin events emitted by beamer-tool_admin

Author:
ocm-zeeman

Method Summary
 void clearChat()
           
 SerBufferedImage getScreenshot()
           
 int[] refreshDirs()
           
 void say(String sayText)
           
 void startCountdown(long countdown)
           
 void startCry(String cryText)
           
 void stopCountdown()
           
 void stopCry()
           
 

Method Detail

clearChat

void clearChat()

getScreenshot

SerBufferedImage getScreenshot()

refreshDirs

int[] refreshDirs()

say

void say(String sayText)

startCountdown

void startCountdown(long countdown)

startCry

void startCry(String cryText)

stopCountdown

void stopCountdown()

stopCry

void stopCry()