camera3d
Interface ViewportChangeListener

All Known Implementing Classes:
ViewportCombo

public interface ViewportChangeListener

Interface that should be implemented by objects interested in getting notified of changes inside a given viewport.

Author:
Fabio Roberto de Miranda
See Also:
Viewport

Method Summary
 void viewportChanged(ViewportEvent vpe)
          Method called when a change is made to a viewport.
 

Method Detail

viewportChanged

public void viewportChanged(ViewportEvent vpe)
Method called when a change is made to a viewport.

Parameters:
vpe - holds information about the change made.


Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.