org.kaariboga.plugins.helloPlugIn
Class HelloService

java.lang.Object
  |
  +--org.kaariboga.plugins.helloPlugIn.HelloService
All Implemented Interfaces:
java.io.Serializable

public class HelloService
extends java.lang.Object
implements java.io.Serializable

An example for a service class. A plug-in provides a set of methods. These methods are implemented in a service class.

See Also:
Serialized Form

Constructor Summary
HelloService()
           
 
Method Summary
 void sayHello()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

HelloService

public HelloService()
Method Detail

sayHello

public void sayHello()