Graphics2D Actor API

g2d.mwa
Interface ControlListener

All Known Implementing Classes:
MWAFrame

public interface ControlListener

An MWAFrame that wants to receive control updates must implement this interface.

Author:
linda

Method Summary
 void close()
          Called when MWAControl wants to shut-down.
 void updateWindows()
          Called when the population of windows controlled by MWAControl changes.
 

Method Detail

updateWindows

void updateWindows()
Called when the population of windows controlled by MWAControl changes.


close

void close()
Called when MWAControl wants to shut-down.


Graphics2D Actor API