|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Monitor
A Monitor for interesting events in the system.
Method Summary | |
---|---|
void |
notify(Class clazz,
String message)
Something interesting happened. |
void |
notify(Class clazz,
String message,
Exception ex)
An interesting exception was thrown. |
void |
notify(Class clazz,
String message,
File file)
Something interesting happened regarding access to a file. |
void |
notify(Class clazz,
String message,
File file,
Exception ex)
An exception was thrown while trying to access a file. |
Method Detail |
---|
void notify(Class clazz, String message)
void notify(Class clazz, String message, Exception ex)
void notify(Class clazz, String message, File file)
void notify(Class clazz, String message, File file, Exception ex)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |