| |
|
| golfShop.GolfShop
GolfShop | public class GolfShop extends StandardApplication (Code) | | Application class for this specific application. This implements
standard startup and shutdown methods and well as application specific
ones.
|
shutdown | public void shutdown()(Code) | | Shutdown the application.
|
startup | public void startup(Config appConfig) throws ApplicationException(Code) | | Start the application.
Parameters: appConfig - Configuration object. exception: HarmonyAppException - If an error occurs starting theapplication. |
|
|
|