org.fuin.apps4j.base
Interface Module


public interface Module

A module is a controller that has no dependencies to it's caller. You can think about it as a kind of function library. Interfaces extending this one are NEVER implemented directly by your code. The implementation will be created automatically by the framework and forwards all method calls to the appropriate class that inherits from ModuleImplIntf.




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