org.silvermoon.moonglow.plugin
Class TestPlugin

java.lang.Object
  |
  +--org.silvermoon.moonglow.plugin.BasePlugin
        |
        +--org.silvermoon.moonglow.plugin.TestPlugin
All Implemented Interfaces:
Plugin

public synchronized class TestPlugin
extends BasePlugin


Constructor Summary
TestPlugin(java.lang.String)
           
 
Method Summary
 void doRequest(int, Request)
          Perform a request, specifying a unique requestId
 int getItemCount()
           
 void setItemCount(int)
           
 
Methods inherited from class org.silvermoon.moonglow.plugin.BasePlugin
addResponseListener, fireResponse, fireResponseError, getId, removeResponseListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPlugin

public TestPlugin(java.lang.String)
Method Detail

doRequest

public void doRequest(int,
                      Request)
               throws PluginException
Description copied from interface: Plugin
Perform a request, specifying a unique requestId

Specified by:
doRequest in interface Plugin
Specified by:
doRequest in class BasePlugin
PluginException

setItemCount

public void setItemCount(int)

getItemCount

public int getItemCount()