|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Notification
Singleton that provides popup notification facilities.
NotificationListMsg
Method Summary | |
---|---|
boolean |
hasTrayIcon()
Checks whether the tray icon (owned by this plugin) exists or not. |
void |
notify(java.lang.String type,
java.lang.String title,
java.lang.String message)
Creates the notification popup. |
Method Detail |
---|
void notify(java.lang.String type, java.lang.String title, java.lang.String message)
type
- Type (must have been previously registered via
NotificationListMsg
)title
- Title for popupmessage
- Text for popup (empty string if none)boolean hasTrayIcon()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |