FuseGuard Logo

fuseguard.components.listeners
Component EventListener

listeners.EventListener

Base Component All Event Listeners Must Extend

Method Summary
public EventListener init()
          Called on initiliaztion, returns an instance of self
public void processBlockedRequest(any filter, numeric level)
          Called when a request is blocked
public void processRequestComplete([any firewallInstance])
          Called after processing is complete
 

Method Detail

init

public EventListener init()
Called on initiliaztion, returns an instance of self


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

processRequestComplete

public void processRequestComplete([any firewallInstance])
Called after processing is complete

Parameters:
[any firewallInstance] - The firewall instance