Class Notification

java.lang.Object
group24.escaperoom.data.Notification

public class Notification extends Object
  • Constructor Details

    • Notification

      public Notification(Notification.Type type, String message)
    • Notification

      public Notification(Notification.Type type, String message, com.badlogic.gdx.scenes.scene2d.Actor source, boolean persistent, float duration)
  • Method Details

    • getType

      public Notification.Type getType()
    • getMessage

      public String getMessage()
    • getSource

      public com.badlogic.gdx.scenes.scene2d.Actor getSource()
    • getDuration

      public float getDuration()
    • getTimestamp

      public long getTimestamp()
    • isPersistent

      public boolean isPersistent()