Interface ListenerRegistration (3.2.0)

public interface ListenerRegistration

Represents a listener that can be removed by calling remove().

Methods

remove()

public abstract void remove()

Removes the listener being tracked by this ListenerRegistration. After the initial call, subsequent calls have no effect.