FuseGuard Logo

fuseguard.components.listeners
Component RepeatOffenderEventListener

listeners.EventListener
  |
  +--listeners.RepeatOffenderEventListener

Event Listener Used by the RepeatOffenderFilter

Method Summary
public void processBlockedRequest(any filter, numeric level)
          Called when a request is blocked
public void setCallbackFilter(any filter)
          Invokes processBlockedRequest on this method

Methods inherited from listeners.EventListener
init, processRequestComplete
 

Method Detail

processBlockedRequest

public void processBlockedRequest(any filter, numeric level)
Called when a request is blocked

Parameters:
any filter - The filter triggering the event
numeric level - The threat level indicated by the filter

setCallbackFilter

public void setCallbackFilter(any filter)
Invokes processBlockedRequest on this method

Parameters:
any filter - A reference to the filter that wants to receive the event notification