Class NotifyingMonitor.ProgressEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- org.eclipse.net4j.util.event.Event
- 
- org.eclipse.net4j.util.om.monitor.NotifyingMonitor.ProgressEvent
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- IEvent,- OMMonitorProgress
 - Enclosing class:
- NotifyingMonitor
 
 public static class NotifyingMonitor.ProgressEvent extends Event implements OMMonitorProgress - Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from interface org.eclipse.net4j.util.om.monitor.OMMonitorProgressHUNDRED, ONE, TEN, ZERO
 
- 
 - 
Constructor SummaryConstructors Constructor Description ProgressEvent(INotifier notifier, double totalWork, double work)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetTask()doublegetTotalWork()doublegetWork()doublegetWorkPercent()- 
Methods inherited from class org.eclipse.net4j.util.event.EventformatAdditionalParameters, formatEventName, getSource, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ProgressEventpublic ProgressEvent(INotifier notifier, double totalWork, double work) - Since:
- 3.2
 
 
- 
 - 
Method Detail- 
getTaskpublic java.lang.String getTask() 
 - 
getTotalWorkpublic double getTotalWork() - Specified by:
- getTotalWorkin interface- OMMonitorProgress
 
 - 
getWorkpublic double getWork() - Specified by:
- getWorkin interface- OMMonitorProgress
 
 - 
getWorkPercentpublic double getWorkPercent() - Specified by:
- getWorkPercentin interface- OMMonitorProgress
 
 
- 
 
-