Package net.runelite.client.events
Class NotificationFired
- java.lang.Object
-
- net.runelite.client.events.NotificationFired
-
public final class NotificationFired extends Object
-
-
Constructor Summary
Constructors Constructor Description NotificationFired(Notification notification, String message, TrayIcon.MessageType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getMessage()
Notification
getNotification()
TrayIcon.MessageType
getType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
NotificationFired
public NotificationFired(Notification notification, String message, TrayIcon.MessageType type)
-
-
Method Detail
-
getNotification
public Notification getNotification()
-
getMessage
public String getMessage()
-
getType
public TrayIcon.MessageType getType()
-
-