Class WebjetEvent<T>

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
sk.iway.iwcm.system.spring.events.WebjetEvent<T>
All Implemented Interfaces:
Serializable

public class WebjetEvent<T> extends org.springframework.context.ApplicationEvent
Genericky event pre udalosti vo WebJETe, zalozene na https://www.baeldung.com/spring-events
See Also:
  • Constructor Details

  • Method Details

    • publishEvent

      public void publishEvent()
    • getSource

      public T getSource()
      Overrides:
      getSource in class EventObject
    • setSource

      public void setSource(T source)
    • getEventType

      public WebjetEventType getEventType()
    • setEventType

      public void setEventType(WebjetEventType eventType)
    • getClazz

      public String getClazz()
    • setClazz

      public void setClazz(String clazz)