Package de.hybris.bootstrap.osnotify
Interface SystemTrayNotifier
-
- All Known Implementing Classes:
MacOsGrowlBuildNotifier,MacOsNotifyCenterNotifier,MacOsSayNotifier,NotifySendBuildNotifier,WindowsGrowlBuildNotifer
public interface SystemTrayNotifier
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSystemTrayNotifier.NotificationLevel
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(java.lang.String msgTitle, java.lang.String msgBody, SystemTrayNotifier.NotificationLevel level)
-
-
-
Method Detail
-
notify
void notify(java.lang.String msgTitle, java.lang.String msgBody, SystemTrayNotifier.NotificationLevel level)
-
-