Class NotificationEvent

java.lang.Object
java.util.EventObject
ch.swingfx.twinkle.event.NotificationEvent
All Implemented Interfaces:
Serializable

public class NotificationEvent extends EventObject
Event Object used by the notification to send events
See Also:
  • Field Details

  • Constructor Details

    • NotificationEvent

      public NotificationEvent(Object source, UUID id)
      Create a new NotificationEvent
      Parameters:
      source - source of the event. Usual the NotificationBuilder
      id - the id of the notification. This id is returned from NotificationBuilder.showNotification()
  • Method Details

    • getId

      public UUID getId()
      Get the id of the notification
      Returns:
      the id of the notification