net.ponec.jworksheet.module
Interface ModuleApi

Package class diagram package ModuleApi
All Known Implementing Classes:
ModuleApiImpl, ModuleSample

public interface ModuleApi

An module interface. The implementation must have got a no parameter constructor.

Since:
0.85

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
 JwsContext getJwsContext()
          The jWorkSheet context
 java.lang.String getName()
          Returns a Module Name
 java.lang.String getRelease()
          Returns a Release
 void localeListener(java.util.Locale locale)
          A listener for an application language change.
 void setJwsContext(JwsContext jwsContext)
          The jWorkSheet context
 

Method Detail

getJwsContext

JwsContext getJwsContext()
The jWorkSheet context


setJwsContext

void setJwsContext(JwsContext jwsContext)
The jWorkSheet context


eventListener

void eventListener(boolean start)
A listen in start or finish the jWorkSheet application


localeListener

void localeListener(java.util.Locale locale)
A listener for an application language change.


getName

java.lang.String getName()
Returns a Module Name


getDescription

java.lang.String getDescription()
Returns a Module Description


getRelease

java.lang.String getRelease()
Returns a Release


getCreated

java.util.Date getCreated()
Returns a Date of Creation



Copyright © 2007-2009 PPonec