Search this API

y.view
Interface ViewChangeListener

All Known Implementing Classes:
ViewControl

public interface ViewChangeListener

An interface for classes that are interested in the event that a ViewContainer changes it's current view.

 
Your browser does not support SVG content.

Method Summary
 void currentViewChanged(View view)
          Callback that is invoked when the ViewContainer changed it's current view.
 

Method Detail

currentViewChanged

void currentViewChanged(View view)
Callback that is invoked when the ViewContainer changed it's current view.

Parameters:
view - the new view

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.