org.xnap.plugin.pircbot
Class PircBotPlugin

java.lang.Object
  extended by org.xnap.plugin.AbstractPlugin
      extended by org.xnap.plugin.pircbot.PircBotPlugin
All Implemented Interfaces:
Plugin

public class PircBotPlugin
extends AbstractPlugin

Provides an IRC chat plugin based on PircBot.


Field Summary
static javax.swing.Icon ICON_16
           
static java.lang.String ICON_FILENAME
           
 
Constructor Summary
PircBotPlugin()
           
 
Method Summary
static PircBotPlugin getInstance()
           
 PircBotPreferences getPreferences()
           
 void start()
          Starts the plugin.
 void startGUI()
          Starts the GUI of the plugin.
 void stop()
          Stops the plugin.
 void stopGUI()
          Stops the GUI of the plugin.
 
Methods inherited from class org.xnap.plugin.AbstractPlugin
getInfo, setInfo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ICON_FILENAME

public static java.lang.String ICON_FILENAME

ICON_16

public static javax.swing.Icon ICON_16
Constructor Detail

PircBotPlugin

public PircBotPlugin()
Method Detail

getInstance

public static PircBotPlugin getInstance()

getPreferences

public PircBotPreferences getPreferences()

start

public void start()
Starts the plugin.


startGUI

public void startGUI()
Starts the GUI of the plugin.


stop

public void stop()
Stops the plugin. Disposes all singletons.


stopGUI

public void stopGUI()
Stops the GUI of the plugin.



Copyright © 2001-2005 XNap Team. All Rights Reserved.