removeListener abstract method

void removeListener(
  1. IEventListener listener
)

Removes a listener, so that it no longer receives notifications for this event.

  • listener the listener reference to remove.

Implementation

void removeListener(IEventListener listener);