removeListener abstract method

bool removeListener(
  1. K key
)

Returns true if key was used for a listener and therefore successfully removed.

Returns false, if there was no listener associated with key.

Implementation

bool removeListener(K key);