net.ponec.jworksheet.module
Class ModuleApiImpl

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

public abstract class ModuleApiImpl
extends java.lang.Object
implements ModuleApi

An extended module interface

Since:
0.85

Constructor Summary
ModuleApiImpl()
           
 
Method Summary
 JwsContext getJwsContext()
          The jWorkSheet context
 void localeListener(java.util.Locale locale)
          Listener can be overriden to registration the event.
 void setJwsContext(JwsContext jwsContext)
          The jWorkSheet context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.ponec.jworksheet.module.ModuleApi
eventListener, getCreated, getDescription, getName, getRelease
 

Constructor Detail

ModuleApiImpl

public ModuleApiImpl()
Method Detail

getJwsContext

public JwsContext getJwsContext()
Description copied from interface: ModuleApi
The jWorkSheet context

Specified by:
getJwsContext in interface ModuleApi

setJwsContext

public void setJwsContext(JwsContext jwsContext)
Description copied from interface: ModuleApi
The jWorkSheet context

Specified by:
setJwsContext in interface ModuleApi

localeListener

public void localeListener(java.util.Locale locale)
Listener can be overriden to registration the event.

Specified by:
localeListener in interface ModuleApi


Copyright © 2007-2009 PPonec