ARoad0.Gui2
Interface GraphicViewListener

All Superinterfaces:
java.util.EventListener

public interface GraphicViewListener
extends java.util.EventListener

This interface is responsible for signaling the classes able to manage the GraphicViewEvent. No such class for the moment. GraphicView is not a JavaBean, so EventListener is used, and not PropertyChangeListener as with BaseListener.


Method Summary
 void graphicViewAdjusted(GraphicViewEvent e)
           
 

Method Detail

graphicViewAdjusted

void graphicViewAdjusted(GraphicViewEvent e)