org.neo4j.helpers
Interface ProgressIndicator.Factory
- All Known Implementing Classes:
- ProgressIndicator.Textual
- Enclosing interface:
- ProgressIndicator
public static interface ProgressIndicator.Factory
A factory interface for creating ProgressIndicator
s.
- Author:
- Tobias Lindaaker
NONE
static final ProgressIndicator.Factory NONE
newSimpleProgressIndicator
ProgressIndicator newSimpleProgressIndicator(long total)
newMultiProgressIndicator
ProgressIndicator newMultiProgressIndicator(long total)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.