lt.monarch.chart.engine
Interface ViewListener

All Known Implementing Classes:
AbstractBorderDecorator, CompositeView, DecoratedView, LabeledChart, LineBorderDecorator, SimpleChart, ViewGrid, ViewGridIndexed, ViewListenerAdapter

public interface ViewListener

Listener for view changes.


Method Summary
Modifier and Type Method and Description
 void viewActivated(View view)
          Notifies, that view has been activated - added to the view container
 void viewDeactivated(View view)
          Notifies, that view has been deactivated
 void viewInvalidated(View view)
          Notifies, that view layout changed
 

Method Detail

viewInvalidated

void viewInvalidated(View view)
Notifies, that view layout changed

Parameters:
view - view

viewActivated

void viewActivated(View view)
Notifies, that view has been activated - added to the view container

Parameters:
view - view

viewDeactivated

void viewDeactivated(View view)
Notifies, that view has been deactivated

Parameters:
view - view