Klasse NotificationPublicationEvent

java.lang.Object
org.opentcs.access.NotificationPublicationEvent
Alle implementierten Schnittstellen:
Serializable

public class NotificationPublicationEvent extends Object implements Serializable
Instances of this class represent events emitted by/for notifications being published.
Siehe auch:
  • Konstruktordetails

    • NotificationPublicationEvent

      public NotificationPublicationEvent(UserNotification message)
      Creates a new instance.
      Parameter:
      message - The message being published.
  • Methodendetails

    • getNotification

      public UserNotification getNotification()
      Returns the message being published.
      Gibt zurück:
      The message being published.
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object