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

HasTimedAction

mixes in with Object

HasTimedAction



Operations

Get list of all operations

TimedAction


Attributes

Get list of all attributes

Class HasTimedAction defines no new attributes.


Fields

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


Instance template

Class HasTimedAction cannot be instantiated.


Class definition

Define Class HasTimedAction;
    mixes in with Object;
    
    operation TimedAction(), noFail, noMethod;
        // subclasses implement some action to take place with no user intervention at a well-defined time;
        // most often used in combination with the timed event mechanism
end class;