Class NotificationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
ch.admin.bit.jeap.testorchestrator.domain.events.NotificationEvent
- All Implemented Interfaces:
Serializable
public class NotificationEvent
extends org.springframework.context.ApplicationEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionNotificationEvent(Object source, ch.admin.bit.jeap.testagent.api.notification.NotificationDto notificationDto) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
NotificationEvent
public NotificationEvent(Object source, ch.admin.bit.jeap.testagent.api.notification.NotificationDto notificationDto)
-
-
Method Details
-
getNotification
-
getProducer
-
getTestId
-
getData
-