HasTimedAction |
|
|
TimedAction |
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;