Uses of Class
org.perfectjpattern.core.behavioral.observer.data.Status

Packages that use Status
org.perfectjpattern.core.behavioral.observer.data Observer concrete event data types. 
 

Uses of Status in org.perfectjpattern.core.behavioral.observer.data
 

Methods in org.perfectjpattern.core.behavioral.observer.data that return Status
 Status StatusData.getStatus()
          Returns the Status value associated with this StatusData from the set of predefined possible values Status.
static Status Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.perfectjpattern.core.behavioral.observer.data with parameters of type Status
ProgressData(Status aStatus, String aMessage, int aProgress)
          Creates a progress information with precalculated task percentage completed.
ProgressData(Status aStatus, String aMessage, int aTotal, int aCurrent)
          Creates a progress information with total and current progress values, this variation of the constructor calculates the percentage based on the two values.
StatusData(Status aStatus, String aMessage)
          Constructor that creates a StatusData instance from a Status and message.
 



Copyright © 2007-2009. All Rights Reserved.