June 1997
Intermediate to advanced
318 pages
8h 17m
English
Although it is not recommended, you can define event-notification method signatures that contain any number of parameters. The design pattern for the signature is:
void <eventOccurenceMethodName>(<parameter list>);
The parameters of this method do not have to be instances of
EventObject. They can be any valid class or Java
primitive.
Read now
Unlock full access