| Package | Description |
|---|---|
| org.gradle.listener | |
| org.gradle.messaging.actor | |
| org.gradle.messaging.dispatch |
| 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. |
class |
ListenerBroadcast<T>
Manages a set of listeners of type T.
|
| Constructor and Description |
|---|
ListenerBroadcast(Class<T> type,
Transformer<StoppableDispatch<MethodInvocation>,StoppableDispatch<MethodInvocation>> transformer) |
ListenerBroadcast(Class<T> type,
Transformer<StoppableDispatch<MethodInvocation>,StoppableDispatch<MethodInvocation>> transformer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Actor
An
Actor dispatches method calls to a target object in a thread-safe manner. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncDispatch<T>
A
Dispatch implementation which delivers messages asynchronously. |
class |
BroadcastDispatch<T> |
Copyright © 2013. All rights reserved