tigase.jaxmpp.core.client.factory
Interface UniversalFactory.FactorySpi<T>

Type Parameters:
T - type of created objects.
All Known Subinterfaces:
ObservableFactory.FactorySpi
Enclosing class:
UniversalFactory

public static interface UniversalFactory.FactorySpi<T>

Interface for object factory.


Method Summary
 T create()
          Creates new instance of class.
 

Method Detail

create

T create()
Creates new instance of class.

Returns:


Copyright © 2006-2012 Tigase. All Rights Reserved.