org.robokind.api.animation.editor.history
Interface HistoryListener


public interface HistoryListener

Author:
Matthew Stevenson

Method Summary
 void eventAdded(HistoryStack stack, ActionHistoryEvent event, int oldSize)
           
 void timeSelected(HistoryStack stack, int time)
           
 

Method Detail

eventAdded

void eventAdded(HistoryStack stack,
                ActionHistoryEvent event,
                int oldSize)
Parameters:
stack -
event -
oldSize -

timeSelected

void timeSelected(HistoryStack stack,
                  int time)
Parameters:
stack -
time -


Copyright © 2011. All Rights Reserved.