Uses of Class
adams.flow.control.flowrestart.notification.AbstractNotification
-
Packages that use AbstractNotification Package Description adams.flow.control.flowrestart adams.flow.control.flowrestart.notification -
-
Uses of AbstractNotification in adams.flow.control.flowrestart
Fields in adams.flow.control.flowrestart declared as AbstractNotification Modifier and Type Field Description protected AbstractNotification
NotificationManager. m_Notification
the notification.Methods in adams.flow.control.flowrestart that return AbstractNotification Modifier and Type Method Description AbstractNotification
NotificationManager. getNotification()
Returns the restart option in use.Methods in adams.flow.control.flowrestart with parameters of type AbstractNotification Modifier and Type Method Description void
NotificationManager. setNotification(AbstractNotification value)
Sets the restart operation to use. -
Uses of AbstractNotification in adams.flow.control.flowrestart.notification
Subclasses of AbstractNotification in adams.flow.control.flowrestart.notification Modifier and Type Class Description class
Null
Dummy, does nothing.class
TimestampFile
Updates the timestamp in the specified file.
-