Package net.runelite.client.events
Class NotificationFired
- java.lang.Object
-
- net.runelite.client.events.NotificationFired
-
public final class NotificationFired extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NotificationFired(Notification notification, java.lang.String message, java.awt.TrayIcon.MessageType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetMessage()NotificationgetNotification()java.awt.TrayIcon.MessageTypegetType()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
NotificationFired
public NotificationFired(Notification notification, java.lang.String message, java.awt.TrayIcon.MessageType type)
-
-
Method Detail
-
getNotification
public Notification getNotification()
-
getMessage
public java.lang.String getMessage()
-
getType
public java.awt.TrayIcon.MessageType getType()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-