public interface UiEventsMulticaster
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
void |
addApplicationListener(org.springframework.context.ApplicationListener<?> listener) |
void |
multicastEvent(org.springframework.context.ApplicationEvent event) |
void |
removeAllListeners() |
void |
removeApplicationListener(org.springframework.context.ApplicationListener<?> listener) |
static final java.lang.String NAME
void addApplicationListener(org.springframework.context.ApplicationListener<?> listener)
void removeApplicationListener(org.springframework.context.ApplicationListener<?> listener)
void removeAllListeners()
void multicastEvent(org.springframework.context.ApplicationEvent event)