
listeners.EventListener | +--listeners.RepeatOffenderEventListener
| 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
|
| Method Detail |
public void processBlockedRequest(any filter, numeric level)
any filter - The filter triggering the eventnumeric level - The threat level indicated by the filterpublic void setCallbackFilter(any filter)
any filter - A reference to the filter that wants to receive the event notification