com.nwoods.jgo
Interface JGoViewListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
JGoOverviewRectangle

public interface JGoViewListener
extends java.util.EventListener

An interface that listens for changes to a JGoView and the JGoObjects contained within that JGoView.

See Also:
JGoViewEvent, JGoView, JGoDocumentListener

Method Summary
 void viewChanged(JGoViewEvent e)
          Whenever a JGoView changes this method will be called on all JGoViewListener objects that have been registered with the JGoView.
 

Method Detail

viewChanged

public void viewChanged(JGoViewEvent e)
Whenever a JGoView changes this method will be called on all JGoViewListener objects that have been registered with the JGoView.

Note that this event will be triggered whenever any JGoObject is added or deleted to this JGoView or whenever any JGoObject contained within this JGoView is modified. The JGoObjects contained within the view include resize handles and other object decorations, but do not include the JGoObjects added directly to the JGoDocument.

Parameters:
e - the view event describing the change to the view