net.mlw.fball.loader
Interface Loader

All Known Implementing Classes:
LoaderContextHolder, LoaderGroup

public interface Loader

Version:
$Revision: 1.4 $ $Date: 2004/03/17 14:20:21 $
Author:
Matthew L. Wilson

Method Summary
 void doLoad()
          Do the load.
 java.lang.String getName()
          The name of the loader.
 

Method Detail

getName

public java.lang.String getName()
The name of the loader.

Returns:
The name of the loader.

doLoad

public void doLoad()
            throws java.lang.Exception
Do the load.

Throws:
java.lang.Exception - if an error occurs.


Copyright © 2003-2004 mlavilson. All Rights Reserved.