com.googlecode.whatswrong
Interface NLPCanvas.Listener

All Known Implementing Classes:
AppearancePanel, EdgeTypeFilterPanel
Enclosing class:
NLPCanvas

public static interface NLPCanvas.Listener

A NLPCanvas.Listener is notified whenever the canvas is redrawn or when a new instance has been set.


Method Summary
 void instanceChanged()
          Called whenever the NLPCanvas.setNLPInstance(NLPInstance) method is called.
 void redrawn()
          Called whenever the NLPCanvas.updateNLPGraphics() method is called.
 

Method Detail

instanceChanged

void instanceChanged()
Called whenever the NLPCanvas.setNLPInstance(NLPInstance) method is called.


redrawn

void redrawn()
Called whenever the NLPCanvas.updateNLPGraphics() method is called.



Copyright © 2009. All Rights Reserved.