1 /*
2 * StartUp.java
3 *
4 * Created on February 20, 2003, 10:07 AM
5 */
6
7 package com.mlw.fps.model.business.dao;
8
9 /***
10 *
11 * @author Matthew Wilson
12 */
13 public interface StartUp
14 {
15 public boolean init();
16 public boolean isInitialized();
17 }
This page was automatically generated by Maven