| Package | Description |
|---|---|
| org.gradle.listener |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncListenerBroadcast<T>
An
AsyncListenerBroadcast is a ListenerBroadcast which dispatches events to listeners asynchronously
to the generation of the events. |
| Modifier and Type | Method and Description |
|---|---|
<T> ListenerBroadcast<T> |
ListenerManager.createAnonymousBroadcaster(Class<T> listenerClass)
Returns a broadcaster for the given listenerClass.
|
<T> ListenerBroadcast<T> |
DefaultListenerManager.createAnonymousBroadcaster(Class<T> listenerClass) |
Copyright © 2013. All rights reserved