|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.agilejava.blammo.BlammoLogger.DefaultInterceptor
public static class BlammoLogger.DefaultInterceptor
| Constructor Summary | |
|---|---|
BlammoLogger.DefaultInterceptor()
|
|
| Method Summary | |
|---|---|
boolean |
accepts(java.lang.String eventId,
java.lang.Class cl,
java.lang.String method)
Intercepts the event, and decides if it should be processed any further. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlammoLogger.DefaultInterceptor()
| Method Detail |
|---|
public boolean accepts(java.lang.String eventId,
java.lang.Class cl,
java.lang.String method)
BlammoLogger.Interceptor
accepts in interface BlammoLogger.InterceptoreventId - The identifier of the event, if it exists. (Could be
null.)cl - The class generating the event.method - The method generating the event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||