ApplicationListener
s of a Server Application.
@author Peter Donald
An application event is triggered by calling a method that is of the form:
void someName(ApplicationEvent event, SomeParam param);
The "event" argument should be invoked with null, as it will be created during the method call. If it is not null, then the method call is a replay of previously created events.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|