de.jaret.util.ui.timebars.model
Interface FocussedIntervalListener


public interface FocussedIntervalListener

Interface for listening on the change of the focussed interval in a timebar viewer.

Version:
$Id: FocussedIntervalListener.java 800 2008-12-27 22:27:33Z kliem $
Author:
Peter Kliem

Method Summary
 void focussedIntervalChanged(java.lang.Object source, TimeBarRow row, de.jaret.util.date.Interval interval)
          Called when the focussed interval has changed.
 

Method Detail

focussedIntervalChanged

void focussedIntervalChanged(java.lang.Object source,
                             TimeBarRow row,
                             de.jaret.util.date.Interval interval)
Called when the focussed interval has changed.

Parameters:
source - the native timebar viewer that is the source of this call.
row - the focussed row or null.
interval - the focussed interval or null f no interal is focussed.


Copyright © 2012. All Rights Reserved.