destroy
method will be called by the Connection
when it is finished delivering events to it and the receiver daemon thread is exiting. Any initialising done in the init
method can be cleaned up here. The destroy
method must not interfere with the delivery of any events notified to the event dispatcher before the call to this method.
|
|
|
|