[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]

MacintoshInputServer

inherits from InputServer

Object <- InputServer <- MacintoshInputServer



Operations

Get list of all operations

Poll


Attributes

Get list of all attributes

Class MacintoshInputServer defines no new attributes.


Fields

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


Instance template

instance MacintoshInputServer tag;
end instance;

Class definition

Define Class MacintoshInputServer;
    inherits from InputServer;
    
    overrides Poll;
        // The whole main event handling goes here.
end class;