|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ControlListener
A listener to obtain control messages from the client.
Method Summary | |
---|---|
void |
initReceived(int pan,
int tilt,
int zoom)
Receives the initial position of the camera. |
void |
moveReceived(int dPan,
int dTilt,
int dZoom)
Receives a move command from the client. |
Method Detail |
---|
void initReceived(int pan, int tilt, int zoom)
pan
- initial pan position.tilt
- initial tilt position.zoom
- initial zoom position.void moveReceived(int dPan, int dTilt, int dZoom)
dPan
- increment of pan.dTilt
- increment of tilt.dZoom
- increment of zoom.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |