public synchronized void removeFlavorListener (FlavorListener listener)

Removes the specified FlavorListener so that it no longer receives FlavorEvents from this Clipboard. This method performs no function, nor does it throw an exception, if the listener specified by the argument was not previously added to this Clipboard. If listener is null, no exception is thrown and no action is performed.

Parameters:
listener    the listener to be removed

See also:
addFlavorListener, getFlavorListeners, FlavorListener, FlavorEvent

Since:  1.5