[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

HardKeyboard

inherits from Object
inherits from HasReinitialize
inherits from WantsPowerEvents

Object <- HardKeyboard



Operations

Get list of all operations

MainBatteryIsGood
MainBatteryIsLow
PoweringDown
PoweringUp
ReinitializeClass
ResetClass


Attributes

Get list of all attributes

Class HardKeyboard defines no new attributes.


Fields

No fields are defined by HardKeyboard or any of its superclasses.


Instance template

instance HardKeyboard tag;
end instance;

Class definition

#endif

Define Class HardKeyboard;
    inherits from Object;
    inherits from HasReinitialize, WantsPowerEvents;

    overrides ReinitializeClass, ResetClass;

    overrides PoweringUp, PoweringDown;
    overrides MainBatteryIsGood, MainBatteryIsLow;
end class;