Neo4j Enterprise

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 ProgressIndicators.

Author:
Tobias Lindaaker

Field Summary
static ProgressIndicator.Factory NONE
           
 
Method Summary
 ProgressIndicator newMultiProgressIndicator(long total)
           
 ProgressIndicator newSimpleProgressIndicator(long total)
           
 

Field Detail

NONE

static final ProgressIndicator.Factory NONE
Method Detail

newSimpleProgressIndicator

ProgressIndicator newSimpleProgressIndicator(long total)

newMultiProgressIndicator

ProgressIndicator newMultiProgressIndicator(long total)

Neo4j Enterprise

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.