| Package | Description |
|---|---|
| org.gradle.listener | |
| org.gradle.messaging.dispatch | |
| org.gradle.messaging.remote | |
| org.gradle.messaging.remote.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerBroadcast.dispatch(MethodInvocation event)
Broadcasts the given event to all listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerBroadcast.add(Dispatch<MethodInvocation> dispatch)
Adds a
Dispatch to receive events from this broadcast. |
| 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 | Method and Description |
|---|---|
void |
ReflectionDispatch.dispatch(MethodInvocation message) |
void |
BroadcastDispatch.dispatch(MethodInvocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
BroadcastDispatch.add(Dispatch<MethodInvocation> dispatch) |
| Constructor and Description |
|---|
ProxyDispatchAdapter(Dispatch<? super MethodInvocation> dispatch,
Class<T> type,
Class<?>... extraTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectConnection.addIncoming(Class<?> type,
Dispatch<? super MethodInvocation> dispatch)
Registers a handler for incoming messages on the given type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncomingMethodInvocationHandler.addIncoming(Class<?> type,
Dispatch<? super MethodInvocation> dispatch) |
void |
DefaultObjectConnection.addIncoming(Class<?> type,
Dispatch<? super MethodInvocation> dispatch) |
Copyright © 2013. All rights reserved