josx.rcxcomm.remotecontrol
Interface RemoteControlListener

All Known Implementing Classes:
RemoteControlAdapter

public interface RemoteControlListener

This is an interface for remote control message handlers.


Method Summary
 void message1Pressed()
          handler for the message 1 button
 void message2Pressed()
          handler for the message 2 button
 void message3Pressed()
          handler for the message 3 button
 void motorDownPressed(Motor aMotor)
          handler for the motor down button
 void motorUpPressed(Motor aMotor)
          handler for the motor up button
 void program1Pressed()
          handler for the program 1 button
 void program2Pressed()
          handler for the program 2 button
 void program3Pressed()
          handler for the program 3 button
 void program4Pressed()
          handler for the program 4 button
 void program5Pressed()
          handler for the program 5 button
 void soundPressed()
          handler for the sound button
 void stopPressed()
          handler for the stopp button
 

Method Detail

message1Pressed

public void message1Pressed()
handler for the message 1 button


message2Pressed

public void message2Pressed()
handler for the message 2 button


message3Pressed

public void message3Pressed()
handler for the message 3 button


program1Pressed

public void program1Pressed()
handler for the program 1 button


program2Pressed

public void program2Pressed()
handler for the program 2 button


program3Pressed

public void program3Pressed()
handler for the program 3 button


program4Pressed

public void program4Pressed()
handler for the program 4 button


program5Pressed

public void program5Pressed()
handler for the program 5 button


motorDownPressed

public void motorDownPressed(Motor aMotor)
handler for the motor down button

Parameters:
aMotor - the motor

motorUpPressed

public void motorUpPressed(Motor aMotor)
handler for the motor up button

Parameters:
aMotor - the motor

soundPressed

public void soundPressed()
handler for the sound button


stopPressed

public void stopPressed()
handler for the stopp button