org.palo.api.impl
Class AbstractController
java.lang.Object
org.palo.api.impl.AbstractController
- Direct Known Subclasses:
- CubeViewManager
public abstract class AbstractController
- extends java.lang.Object
Defines an abstract controller class to encapsulate the creating and deleting
of palo extension objects, like Subset
and CubeView
.
This class is part of the used palo creation pattern which hides the
implementation details of the Subset
and CubeView
interfaces.
This means that no implementing class should be accessibly outside the
org.palo.api.impl
package and therefore this class cannot be an
interface.
- Version:
- $Id: AbstractController.html,v 1.8 2009/07/09 11:01:47 ArndHouben Exp $
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractController
public AbstractController()