uk.org.ury.frontend
Class AbstractFrontendModule

java.lang.Object
  extended by uk.org.ury.frontend.AbstractFrontendModule
All Implemented Interfaces:
FrontendModule
Direct Known Subclasses:
DemoMenu, LibraryViewer, ShowViewer

public abstract class AbstractFrontendModule
extends java.lang.Object
implements FrontendModule

An abstract implementation of the FrontendModule interface.

Author:
Matt Windsor

Constructor Summary
AbstractFrontendModule()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface uk.org.ury.frontend.FrontendModule
runFrontend
 

Constructor Detail

AbstractFrontendModule

public AbstractFrontendModule()