net.sac.ui.progressbar
Interface Progressable

All Known Implementing Classes:
IMDBParser

public interface Progressable


Method Summary
 void cancelExecution()
           
 int getProgessPercentage()
           
 boolean isExecutionCancelled()
           
 

Method Detail

getProgessPercentage

int getProgessPercentage()

cancelExecution

void cancelExecution()

isExecutionCancelled

boolean isExecutionCancelled()