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 AbstractNotificationNotificationManager. m_Notificationthe notification.Methods in adams.flow.control.flowrestart that return AbstractNotification Modifier and Type Method Description AbstractNotificationNotificationManager. getNotification()Returns the restart option in use.Methods in adams.flow.control.flowrestart with parameters of type AbstractNotification Modifier and Type Method Description voidNotificationManager. 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 classNullDummy, does nothing.classTimestampFileUpdates the timestamp in the specified file.
-