Package group24.escaperoom.data
Class Notification
java.lang.Object
group24.escaperoom.data.Notification
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionNotification(Notification.Type type, String message) Notification(Notification.Type type, String message, com.badlogic.gdx.scenes.scene2d.Actor source, boolean persistent, float duration) -
Method Summary
Modifier and TypeMethodDescriptionfloatcom.badlogic.gdx.scenes.scene2d.ActorlonggetType()boolean
-
Constructor Details
-
Notification
-
Notification
public Notification(Notification.Type type, String message, com.badlogic.gdx.scenes.scene2d.Actor source, boolean persistent, float duration)
-
-
Method Details
-
getType
-
getMessage
-
getSource
public com.badlogic.gdx.scenes.scene2d.Actor getSource() -
getDuration
public float getDuration() -
getTimestamp
public long getTimestamp() -
isPersistent
public boolean isPersistent()
-