|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.common.threads.listener.NoOpListener<T>
T - public class NoOpListener<T>
Listener that does nothing
| Constructor Summary | |
|---|---|
NoOpListener()
|
|
| Method Summary | |
|---|---|
void |
progressCompleted()
Progress is now complete |
void |
progressOccurred(int count,
int total,
ProgressEvent<T> event)
Progress towards the total has occurred |
void |
progressStarted()
Progress has begun |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoOpListener()
| Method Detail |
|---|
public void progressCompleted()
ProgressListener
progressCompleted in interface ProgressListener<T>public void progressStarted()
ProgressListener
progressStarted in interface ProgressListener<T>
public void progressOccurred(int count,
int total,
ProgressEvent<T> event)
ProgressListener
progressOccurred in interface ProgressListener<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||