Package net.runelite.client
Class Notifier
- java.lang.Object
-
- net.runelite.client.Notifier
-
@Singleton public class Notifier extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Notifier.NativeCustomOff
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notify(String message)
void
notify(String message, TrayIcon.MessageType type)
void
notify(Notification notification, String message)
void
processFlash(Graphics2D graphics)
-
-
-
Method Detail
-
notify
public void notify(String message)
-
notify
public void notify(String message, TrayIcon.MessageType type)
-
notify
public void notify(Notification notification, String message)
-
processFlash
public void processFlash(Graphics2D graphics)
-
-