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
Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Methods inherited from interface org.apache.commons.chain.Command |
execute |
handle
boolean handle(JRadiusEvent event)
throws Exception
- Throws:
Exception
setName
void setName(String name)
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.