Uses of Interface
org.cip4.jdflib.util.thread.IPersistable

Packages that use IPersistable
org.cip4.jdflib.util.thread   
 

Uses of IPersistable in org.cip4.jdflib.util.thread
 

Fields in org.cip4.jdflib.util.thread with type parameters of type IPersistable
private  java.util.HashMap<IPersistable,MyLong> DelayedPersist.persistQueue
           
 

Methods in org.cip4.jdflib.util.thread with parameters of type IPersistable
 void DelayedPersist.queue(IPersistable persistable, long deltaTime)