Uses of Interface
org.almendra.commons.IHistorySummary

Packages that use IHistorySummary
org.almendra.commons   
org.almendra.commons.threads   
org.almendra.janet.cas.demo.fibonacci   
org.almendra.janet.cas.scheduling   
 

Uses of IHistorySummary in org.almendra.commons
 

Methods in org.almendra.commons with parameters of type IHistorySummary
 void IHistorizable.createHistorySummary(IHistorySummary historySummary)
           
 

Uses of IHistorySummary in org.almendra.commons.threads
 

Methods in org.almendra.commons.threads with parameters of type IHistorySummary
 void Future.createHistorySummary(IHistorySummary historySummary)
           
 

Uses of IHistorySummary in org.almendra.janet.cas.demo.fibonacci
 

Methods in org.almendra.janet.cas.demo.fibonacci with parameters of type IHistorySummary
 void FibonacciCallbackHandler.createHistorySummary(IHistorySummary historySummary)
           
 

Uses of IHistorySummary in org.almendra.janet.cas.scheduling
 

Classes in org.almendra.janet.cas.scheduling that implement IHistorySummary
 class CommandHistorySummary
           
 

Methods in org.almendra.janet.cas.scheduling with parameters of type IHistorySummary
 void CommandHistory.createHistorySummary(IHistorySummary historySummary)