TibrvEvent.isValid()
Method
Declaration
boolean isValid()
                        Purpose
Test whether an event has been destroyed.
Remarks
This method returns false if the event has been destroyed (using the destroy method); true otherwise.
Notice that TibrvEvent.destroy() invalidates the event immediately, even though active callback methods may continue to run.