org.moyoman.module
Interface ComponentType

All Known Implementing Classes:
HelperType, ModuleType

public interface ComponentType

Analogous to the Component interface, ComponentType is implemented by ModuleType and HelperType. It is defined for convenience so that methods which may return a ModuleType or HelperType, or an array with a mixture of the two have a method for conveniently doing so.