maslab.telemetry.botclient
Class DefaultHandlers

java.lang.Object
  extended by maslab.telemetry.botclient.DefaultHandlers

public class DefaultHandlers
extends java.lang.Object

Stores which plugins are default for which types. I made this a separate class with the intention of adding a mechanism for actually setting defaults. Right now it's simply the first plugin found.


Constructor Summary
DefaultHandlers(maslab.telemetry.botclient.PluginController bc)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHandlers

public DefaultHandlers(maslab.telemetry.botclient.PluginController bc)