net.jradius.handler
Interface EventHandler

All Superinterfaces:
org.apache.commons.chain.Command, JRCommand
All Known Subinterfaces:
PacketHandler
All Known Implementing Classes:
EventHandlerBase, EventHandlerChain, PacketHandlerBase, PacketHandlerChain

public interface EventHandler
extends JRCommand

The base abstract class of all Event Handlers (the base of all handles)

Author:
David Bird, Gert Jan Verhoog

Field Summary
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Method Summary
 boolean handle(JRadiusEvent event)
           
 void setName(java.lang.String name)
           
 
Methods inherited from interface net.jradius.handler.chain.JRCommand
doesHandle, getName, setConfig
 
Methods inherited from interface org.apache.commons.chain.Command
execute
 

Method Detail

handle

boolean handle(JRadiusEvent event)
               throws java.lang.Exception
Throws:
java.lang.Exception

setName

void setName(java.lang.String name)


Copyright © 2008 JRadius Project, All Rights Reserved.