|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void message1Pressed()
void message2Pressed()
void message3Pressed()
void program1Pressed()
void program2Pressed()
void program3Pressed()
void program4Pressed()
void program5Pressed()
void motorDownPressed(Motor aMotor)
aMotor
- the motorvoid motorUpPressed(Motor aMotor)
aMotor
- the motorvoid soundPressed()
void stopPressed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |