public static class NotifyingMonitor.ProgressEvent extends Event implements OMMonitorProgress
sourceHUNDRED, ONE, TEN, ZERO| Constructor and Description |
|---|
ProgressEvent(INotifier notifier,
double totalWork,
double work) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTask() |
double |
getTotalWork() |
double |
getWork() |
double |
getWorkPercent() |
formatAdditionalParameters, formatEventName, getSource, toStringpublic ProgressEvent(INotifier notifier, double totalWork, double work)
public String getTask()
public double getTotalWork()
getTotalWork in interface OMMonitorProgresspublic double getWork()
getWork in interface OMMonitorProgresspublic double getWorkPercent()
getWorkPercent in interface OMMonitorProgressCopyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html