removeValueListener abstract method

bool removeValueListener(
  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 removeValueListener(K key);