Uses of Class
uk.org.ogsadai.client.toolkit.activity.misc.NotificationType

Packages that use NotificationType
uk.org.ogsadai.client.toolkit.activity.misc This package provides classes that provide a client-side representation of miscellaneous activities in Java. 
 

Uses of NotificationType in uk.org.ogsadai.client.toolkit.activity.misc
 

Fields in uk.org.ogsadai.client.toolkit.activity.misc declared as NotificationType
private  NotificationType Notification.mNotificationType
          Notification type - default is NONE.
static NotificationType NotificationType.NONE
          Do not notify.
static NotificationType NotificationType.COMMENCED
          Notify on commencement of processing.
static NotificationType NotificationType.COMPLETE
          Notify on completion of processing.
 

Methods in uk.org.ogsadai.client.toolkit.activity.misc with parameters of type NotificationType
 void Notification.setNotificationType(NotificationType type)
          Sets the notification type.
 

Constructors in uk.org.ogsadai.client.toolkit.activity.misc with parameters of type NotificationType
Notification(ActivityOutput input, NotificationType type, java.lang.String message)
          Constructs an activity to generate a notification upon commencement or completion of processing of the perform document.