@SCJAllowed(value=LEVEL_1) public class AperiodicEvent extends AsyncEvent
AsyncEvent is superflous.
It is package protected in this version. fire must not allocate memory. Thus if the object has a list of handlers, then: fire is implemented by a search through
AperiodicEventHandlers and their event-lists.
fire method on the handler ?| Constructor and Description |
|---|
AperiodicEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
fire()
Fire this event, i.e., releases the execution of all handlers
that were added to this event.
|
@SCJAllowed(value=LEVEL_1) @SCJRestricted(value=EXECUTE) public final void fire()
fire in class AsyncEvent