com.shimari.fxbot
Class ClaimHandler

java.lang.Object
  extended bycom.shimari.fxbot.ClaimHandler
All Implemented Interfaces:
Component, Handler

public class ClaimHandler
extends java.lang.Object
implements Handler, Component

Handle inquiries relating to a specific claim


Constructor Summary
ClaimHandler(Config config)
           
 
Method Summary
 boolean handle(Message m)
          Handle a message.
 void init(Registry components)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClaimHandler

public ClaimHandler(Config config)
             throws ConfigException
Method Detail

init

public void init(Registry components)
          throws ConfigException
Specified by:
init in interface Component
Throws:
ConfigException

handle

public boolean handle(Message m)
Description copied from interface: Handler
Handle a message. If further processing should be done return false; if the message has been fully processed return true.

Specified by:
handle in interface Handler