org.aspectj.org.eclipse.jdt.internal.core
Class BatchInitializationMonitor
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.BatchInitializationMonitor
public class BatchInitializationMonitor
- extends java.lang.Object
Copyright (c) 2000, 2009 IBM Corporation 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
Contributors:
IBM Corporation - initial API and implementation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initializeAfterLoadMonitor
public java.lang.ThreadLocal initializeAfterLoadMonitor
subTaskName
public java.lang.String subTaskName
worked
public int worked
BatchInitializationMonitor
public BatchInitializationMonitor()
beginTask
public void beginTask(java.lang.String name,
int totalWork)
done
public void done()
internalWorked
public void internalWorked(double work)
isCanceled
public boolean isCanceled()
setCanceled
public void setCanceled(boolean value)
setTaskName
public void setTaskName(java.lang.String name)
subTask
public void subTask(java.lang.String name)
worked
public void worked(int work)
getWorked
public int getWorked()