|
- Parameters:
-
| listener,: | an EventListener object which will receive the requested events from the application's toolkits via toolit 'bridges' |
| eventName,: | a UTF-8 string indicating the type of (toolkit-specific) event being requested. Not all applications can generate toolkit events of a given type. |
Register with this application's toolkit for "toolkit-specific" event notifications. - Note:
- For most event support, clients should use non-toolkit-specific events whenever possible, via Registry::registerGlobalEventListener - this method is provided as a 'back door' when generic names do not exist for the events in question.
|