org.openide.awt
Class Notification
java.lang.Object
org.openide.awt.Notification
public abstract class Notification
- extends Object
Controller for a notification message obtained from NotificationDisplayer.
- Since:
- 7.6
- See Also:
NotificationDisplayer
Method Summary |
abstract void |
clear()
Remove this notification from the list of active notifications. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Notification
public Notification()
clear
public abstract void clear()
- Remove this notification from the list of active notifications.