com.agilejava.blammo
Interface BlammoLogger.Interceptor

All Known Implementing Classes:
BlammoLogger.DefaultInterceptor
Enclosing interface:
BlammoLogger

public static interface BlammoLogger.Interceptor


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.
 

Method Detail

accepts

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.

Parameters:
eventId - The identifier of the event, if it exists. (Could be null.)
cl - The class generating the event.
method - The method generating the event.
Returns:
A boolean indicating if this event should be accepted for further processing.


Copyright © 2008. All Rights Reserved.