|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.dtv.ui.UserInputDevice
public abstract class UserInputDevice
This abstract class is the base for all input devices which can be used to control a screen.
Constructor Summary | |
---|---|
protected |
UserInputDevice()
It should not be possible to create instances of subclasses of UserInputDevice by everybody, they are bound to a
Screen . |
Method Summary | |
---|---|
abstract UserInputEvent |
getInitiatedEvent(int code)
Returns the Input event which will be produced by an implementing class for the specified code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected UserInputDevice()
UserInputDevice
by everybody, they are bound to a
Screen
.
Method Detail |
---|
public abstract UserInputEvent getInitiatedEvent(int code) throws IllegalArgumentException
code
- the code the input event is initiated for if put in
IllegalArgumentException
- if the specified code is not supported
by this UserInputDevice
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |