|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFileRenamerListener
This listener can be updated on events from the FileRenamer
.
Method Summary | |
---|---|
void |
notify(java.lang.Exception e)
Notify of an exception. |
void |
notify(java.lang.String msg)
Notify on a event. |
void |
notifyJobStarted()
Notify the task has been started. |
void |
notifyJobStopped()
Notify the task has been stopped. |
void |
notifyProcessed()
Notify that a file has been renamed. |
void |
notifyTaskSize(int max)
Notify of the amount of files to rename. |
Method Detail |
---|
void notify(java.lang.String msg)
msg
- void notify(java.lang.Exception e)
e
- void notifyProcessed()
void notifyTaskSize(int max)
max
- void notifyJobStopped()
void notifyJobStarted()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |