Package javax.events
Class AsyncEvent
void removeHandler(AsyncEventHandler handler)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Description |
---|---|
handler | asynchronous event handle |
This method removes a specified handler from the list of asynchronous event handlers.
Example
private AsyncEvent evList[] = new AsyncEvent[10];
...
evList[eventId].removeHandler();
The example above removes a specified asynchronous event handler from the list of event handlers.
See also:
Copyright © demmel products gmbh. All rights reserved.