org.omg.lsae.notifications
Class PercentEvent
java.lang.Object
org.omg.lsae.notifications.AnalysisEvent
org.omg.lsae.notifications.PercentEvent
public class PercentEvent
- extends AnalysisEvent
PercentEvent
public PercentEvent()
getPercentCompleted
public int getPercentCompleted()
- Returns:
- an integer representation of the percentage completed thus far
setPercentCompleted
public void setPercentCompleted(int newPercent)
- Parameters:
newPercent
- the percentage completed thus far
isCompleted
public boolean isCompleted()
- Specified by:
isCompleted
in class AnalysisEvent
- Returns:
- true if the event is completed, false otherwise.
toString
public String toString()
- Specified by:
toString
in class AnalysisEvent
toXMLString
public String toXMLString()
- Specified by:
toXMLString
in class AnalysisEvent
- Returns:
- the XML representation of this LSAE notification event object.
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010