Package wtanaka.praya.module

Package for handling of (and default shipping) plugin code modules.

See:
          Description

Class Summary
Chimer Simple protocol implementation that sends an InfoMessage every 20 seconds.
GaleDictGate Simple module that allows dict lookups from gale.
HardCodedPlaySoundModule Hard Coded sound playing module for testing.
IRCDictBridge Simple module that allows dict lookups from irc.
JarClassLoader Attempt at a JAR file class loader.
JModuleAdder The window which allows you to add modules to the current Praya runtime.
JProtoChooser Represents the users choice of one possible protocol.
Module Plug in modules for Praya -- base class.
ModuleManager An ordered list of modules, along with methods to start new modules and manage the list.
ModulePackage Attempt at packaging possibly multiple class files into one file.
Parrot Simple module that replies back to all messages.
Popup Opens a new window for messages with score >= 10.
StatusSuppressor Drops the score of several kinds of status messages.
 

Exception Summary
FailedLoadException Thrown if an attempted load of a module fails for some reason.
 

Package wtanaka.praya.module Description

Package for handling of (and default shipping) plugin code modules.

Return to Sourceforge or the Praya Homepage