|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectreactor.groovy.support.ClosureEventConsumer
@groovy.transform.CompileStatic class ClosureEventConsumer
| Nested Class Summary | |
|---|---|
class |
ClosureEventConsumer.ReplyDecorator
|
| Property Summary | |
|---|---|
groovy.lang.Closure |
callback
|
boolean |
eventArg
|
| Constructor Summary | |
ClosureEventConsumer(groovy.lang.Closure cl)
|
|
| Method Summary | |
|---|---|
void
|
accept(Event arg)
|
void
|
cancel()
|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Property Detail |
|---|
final groovy.lang.Closure callback
final boolean eventArg
| Constructor Detail |
|---|
ClosureEventConsumer(groovy.lang.Closure cl)
| Method Detail |
|---|
@java.lang.Override void accept(Event arg)
void cancel()
Groovy Documentation