Class VoidProgressListener

java.lang.Object
org.eclipse.mat.util.VoidProgressListener
All Implemented Interfaces:
IProgressListener

public class VoidProgressListener extends Object implements IProgressListener
Empty implementation of IProgressListener which is frequently used throughout the snapshot API in ISnapshot to get feedback for long running operations. This implementation does nothing.
See Also: