imx.loggui.lib
Interface CreatorInterface

All Known Implementing Classes:
DefaultCreator, DefaultStreamCreator

public interface CreatorInterface

A creator, that implements the creator interface, should create a new instance of some designated class, when the method create() is called.


Method Summary
 java.lang.Object create()
           
 

Method Detail

create

java.lang.Object create()
                        throws java.lang.Exception
Throws:
java.lang.Exception