Uses of Interface
de.ukn.hci.squidy.manager.commander.command.ICommand

Packages that use ICommand
de.ukn.hci.squidy.manager.commander   
de.ukn.hci.squidy.manager.commander.command   
de.ukn.hci.squidy.manager.commander.command.impl   
 

Uses of ICommand in de.ukn.hci.squidy.manager.commander
 

Methods in de.ukn.hci.squidy.manager.commander that return ICommand
 ICommand Outgoing.send(ICommand command)
           
 

Methods in de.ukn.hci.squidy.manager.commander with parameters of type ICommand
 ICommand Outgoing.send(ICommand command)
           
 void ControlClient.send(ICommand command)
           
 void ConnectionPeer.send(ICommand command)
           
 

Uses of ICommand in de.ukn.hci.squidy.manager.commander.command
 

Classes in de.ukn.hci.squidy.manager.commander.command that implement ICommand
 class SwitchableCommand
          SwitchableCommand.
 

Methods in de.ukn.hci.squidy.manager.commander.command that return ICommand
 ICommand SwitchableCommand.execute(ControlServerContext context)
           
 ICommand ICommand.execute(ControlServerContext context)
           
abstract  ICommand SwitchableCommand.off(ControlServerContext context)
           
abstract  ICommand SwitchableCommand.on(ControlServerContext context)
           
 

Uses of ICommand in de.ukn.hci.squidy.manager.commander.command.impl
 

Classes in de.ukn.hci.squidy.manager.commander.command.impl that implement ICommand
 class Acknowledge
          Acknowledge.
 class CameraControl
          CameraControl.
 class Flosc
          Flosc.
 class WhiteScreen
          WhiteScreen.
 

Methods in de.ukn.hci.squidy.manager.commander.command.impl that return ICommand
 ICommand Acknowledge.execute(ControlServerContext context)
           
 ICommand WhiteScreen.off(ControlServerContext context)
           
 ICommand Flosc.off(ControlServerContext context)
           
 ICommand CameraControl.off(ControlServerContext context)
           
 ICommand WhiteScreen.on(ControlServerContext context)
           
 ICommand Flosc.on(ControlServerContext context)
           
 ICommand CameraControl.on(ControlServerContext context)
           
 



Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.