com.google.code.tempusfugit
Interface Factory<T>

All Known Subinterfaces:
Clock
All Known Implementing Classes:
CompositeFactory, MovableClock, RealClock

public interface Factory<T>


Method Summary
 T create()
           
 

Method Detail

create

T create()
         throws FactoryException
Throws:
FactoryException


Copyright © 2009-2012 tempus-fugit committers. All Rights Reserved.