-
All Known Implementing Classes:
-
SequenceListenerNotifier, SmartListenerCollection<T>
-
Functional Interface:
-
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
interface ListenerNotifier
This interface represents an object that is able to provide a notification policy for calling Java event listeners.
-
Maven Group Identifier:
-
-
Maven Artifact Identifier:
-
-
Since:
-
Action Summary
Action Details
-
notifyListeners(EventListener,Consumer<T>)
-
def notifyListeners(EventListener,Consumer<T>) with L extends java.util.EventListener
Build a call policy for the given list of listeners and call them.
-
Parameters:
-
<L> -
listeners -
action -