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

ListenHandler

mixes in with Object

ListenHandler



Operations

Get list of all operations

HandlePendingIO


Attributes

Get list of all attributes

Class ListenHandler defines no new attributes.


Fields

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


Instance template

Class ListenHandler cannot be instantiated.


Class definition

Define Class ListenHandler;
    mixes in with Object;

    // Called from loopback and IR when I/O ready
    operation HandlePendingIO(stream: HardwareStream; service: Object), noMethod;
end class;