com.web_visage.spoiler2
Class Spoiler2Component

java.lang.Object
  extended by com.web_visage.spoiler2.Spoiler2Component

public class Spoiler2Component
extends java.lang.Object

Spoiler bot component.

Author:
K.Baturytski

Constructor Summary
Spoiler2Component(Configuration config)
          Constructor.
 
Method Summary
 void dispose()
          Disposes the component.
 void init()
          Initializes the component.
 void start()
          Starts the component up.
 void stop()
          Stops the component.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Spoiler2Component

public Spoiler2Component(Configuration config)
Constructor.

Parameters:
config - - configuration bean.
Method Detail

init

public void init()
Initializes the component.


start

public void start()
Starts the component up.


stop

public void stop()
Stops the component.


dispose

public void dispose()
Disposes the component.