Class VoidProgressListener

  • All Implemented Interfaces:
    IProgressListener

    public class VoidProgressListener
    extends java.lang.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:
    IProgressListener