deregister


Description:

public bool deregister (string event_type) throws Error

Deregisters an EventListener from the registry, for a specific event type.

Parameters:

this

The EventListener to deregister.

event_type

a string specifying the event type for which this listener is to be deregistered.

Returns:

TRUE if successful, otherwise FALSE.