net.ponec.jworksheet.module
Class ModuleSample

Package class diagram package ModuleSample
java.lang.Object
  extended by net.ponec.jworksheet.module.ModuleApiImpl
      extended by net.ponec.jworksheet.module.ModuleSample
All Implemented Interfaces:
ModuleApi

public class ModuleSample
extends ModuleApiImpl

A sample of the simple module implementation.

Since:
0.85

Constructor Summary
ModuleSample()
           
 
Method Summary
 void eventListener(boolean start)
          A listen in start or finish the jWorkSheet application
 java.util.Date getCreated()
          Returns a Date of Creation
 java.lang.String getDescription()
          Returns a Module Description
 java.lang.String getName()
          Returns a Module Name
 java.lang.String getRelease()
          Returns a Release
 
Methods inherited from class net.ponec.jworksheet.module.ModuleApiImpl
getJwsContext, localeListener, setJwsContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleSample

public ModuleSample()
Method Detail

eventListener

public void eventListener(boolean start)
Description copied from interface: ModuleApi
A listen in start or finish the jWorkSheet application


getCreated

public java.util.Date getCreated()
Description copied from interface: ModuleApi
Returns a Date of Creation


getDescription

public java.lang.String getDescription()
Description copied from interface: ModuleApi
Returns a Module Description


getName

public java.lang.String getName()
Description copied from interface: ModuleApi
Returns a Module Name


getRelease

public java.lang.String getRelease()
Description copied from interface: ModuleApi
Returns a Release



Copyright © 2007-2009 PPonec