public class ExitKeYNotification extends NotificationTask
| Constructor and Description |
|---|
ExitKeYNotification() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(NotificationEvent event,
NotificationManager manager)
overwritten as invokeAndWait is taken called to execute the notification
task, but this method only takes care that we are in the even dispatcher
thread
|
NotificationEventID |
getEventID() |
addNotificationAction, automodeEnabledTask, executeActions, getNotificationActionspublic void execute(NotificationEvent event, NotificationManager manager)
execute in class NotificationTaskmanager - the NotificationManager to which this tasks belongs toevent - the NotificationEvent triggering this taskpublic NotificationEventID getEventID()
getEventID in class NotificationTask