public class EventPublisher extends Object implements org.springframework.context.ApplicationEventPublisherAware, EventHandler
Constructor and Description |
---|
EventPublisher() |
Modifier and Type | Method and Description |
---|---|
void |
fireEvent(EventThrowing source,
String eventCode) |
void |
registerEvent(EventThrowing source,
String eventCode) |
void |
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) |
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
setApplicationEventPublisher
in interface org.springframework.context.ApplicationEventPublisherAware
public void registerEvent(EventThrowing source, String eventCode)
registerEvent
in interface EventHandler
public void fireEvent(EventThrowing source, String eventCode)
fireEvent
in interface EventHandler
Copyright © 2023 Frank!Framework. All rights reserved.