org.fuin.apps4j.base
Interface ModuleImplIntf


public interface ModuleImplIntf

Basic functionality all module implementation interfaces share.


Method Summary
 void cancel()
          The module UI should be closed without saving data.
 Object getModuleUI()
          Returns the UI.
 String getName()
          Returns the name of the module.
 

Method Detail

getName

String getName()
Returns the name of the module.

Returns:
Unique name.

getModuleUI

Object getModuleUI()
Returns the UI. This depends on the target framework (Swing...).

Returns:
User interface depending on the implementation.

cancel

void cancel()
The module UI should be closed without saving data.



Copyright © 2012 Future Invent Informationsmanagement GmbH. All Rights Reserved.