Uses of Interface
leafchat.core.api.Factory

Packages that use Factory
leafchat.core.api leafChat's core API, available to all plugins. 
 

Uses of Factory in leafchat.core.api
 

Methods in leafchat.core.api with parameters of type Factory
 void PluginContext.registerFactory(java.lang.Class<? extends FactoryObject> objectInterface, Factory f)
          Register an object as the factory creating objects of a given interface (which should be in the .api package)
 



Copyright © 2011 Samuel Marshall. All rights reserved.