private static class SpringEventBus.EventBusListener extends java.lang.Object implements org.springframework.context.ApplicationListener<SpringEventBusEvent>
Type | Name and description |
---|---|
java.util.Map<java.lang.CharSequence, java.util.Collection<Subscription>> |
registrations |
Constructor and description |
---|
EventBusListener(java.util.Map<java.lang.CharSequence, java.util.Collection<Subscription>> registrations) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
onApplicationEvent(SpringEventBusEvent event) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), 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() |
Groovy Documentation