Oracle

com.compoze.util
Interface IObjectFactory


public interface IObjectFactory

Classes that implement this interface are capable of creating objects.


Method Summary
 java.lang.Object newInstance()
          Creates a new instance of an object of some type.
 

Method Detail

newInstance

java.lang.Object newInstance()
Creates a new instance of an object of some type.

Returns:
a new instance of an object

Oracle

Copyright ©1999-2008 Oracle All rights reserved.