org.eclipse.net4j.util.om.monitor
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:
- Serializable, IEvent, OMMonitorProgress
- Enclosing class:
- NotifyingMonitor
- public static class NotifyingMonitor.ProgressEvent
- extends Event
- implements OMMonitorProgress
- See Also:
- Serialized Form
NotifyingMonitor.ProgressEvent
public NotifyingMonitor.ProgressEvent(INotifier notifier,
double totalWork,
double work)
- Since:
- 3.2
getTask
public String getTask()
getTotalWork
public double getTotalWork()
- Specified by:
getTotalWork
in interface OMMonitorProgress
getWork
public double getWork()
- Specified by:
getWork
in interface OMMonitorProgress
getWorkPercent
public double getWorkPercent()
- Specified by:
getWorkPercent
in interface OMMonitorProgress
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.