ucb.util
Interface Factory


public interface Factory

A general interface to Objects that create other objects.


Method Summary
 java.lang.Object create()
           
 

Method Detail

create

public java.lang.Object create()