Class AbstractEvent

java.lang.Object
ru.bgcrm.event.AbstractEvent
All Implemented Interfaces:
Serializable, Event
Direct Known Subclasses:
MessageReceivedEvent, MessageWithAttachmentEvent, QueueColumnAddEvent, UserAuthenticatingEvent, UserAuthenticatingEvent.UserAuthenticationEvent, UserAuthenticationEvent, UserEvent, UserReloginEvent

public abstract class AbstractEvent extends Object implements Event
See Also:
  • Field Details

    • timestamp

      protected long timestamp
    • instanceId

      protected String instanceId
  • Constructor Details

    • AbstractEvent

      public AbstractEvent()
  • Method Details

    • getTimestamp

      public long getTimestamp()
      Specified by:
      getTimestamp in interface Event
    • getInstanceId

      public String getInstanceId()