dzzd
Interface IProgress
- public interface IProgress
Object implementing this interface are able to inform about their current state an pogresse between states change.
Usual states are : 0 - Nothing, 1 - loading, 2 - loaded
- Since:
- 1.0
- Version:
- 1.0, 01/01/04
- Author:
- Bruno Augier
setProgress
public void setProgress(int currentState,
int nextState,
int progress)
getProgress
public int getProgress()
getCurrentState
public int getCurrentState()
isStateReached
public boolean isStateReached(int state)
getNextState
public int getNextState()