org.almendra.commons.events
Interface IHistorizableCallbackHandler

All Superinterfaces:
ICallbackHandler, IHistorizable
All Known Implementing Classes:
FibonacciCallbackHandler

public interface IHistorizableCallbackHandler
extends ICallbackHandler, IHistorizable


Method Summary
 void handle(java.lang.Object parameter, java.util.List historyItems)
           
 
Methods inherited from interface org.almendra.commons.events.ICallbackHandler
handle
 
Methods inherited from interface org.almendra.commons.IHistorizable
addHistoryItems, createHistorySummary, getHistoryItems
 

Method Detail

handle

void handle(java.lang.Object parameter,
            java.util.List historyItems)