| Interface | Description |
|---|---|
| ListenerManager |
Unified manager for all listeners for Gradle.
|
| Class | Description |
|---|---|
| ActionBroadcast<T> | |
| AsyncListenerBroadcast<T> |
An
AsyncListenerBroadcast is a ListenerBroadcast which dispatches events to listeners asynchronously
to the generation of the events. |
| ContextClassLoaderProxy<T> |
Creates a proxy object which sets the context ClassLoader when invoking methods on the target object.
|
| DefaultListenerManager | |
| LazyCreationProxy<T> | |
| ListenerBroadcast<T> |
Manages a set of listeners of type T.
|
| Exception | Description |
|---|---|
| ListenerNotificationException |
A
ListenerNotificationException is thrown when a listener cannot be notified of an event. |
Copyright © 2013. All rights reserved