Uses of Class
org.pzgui.PZWindowEventListener

Packages that use PZWindowEventListener
org.pzgui Provides a GUI system which supports multiple windows which can be panned and zoomed. 
 

Uses of PZWindowEventListener in org.pzgui
 

Methods in org.pzgui with parameters of type PZWindowEventListener
 void PZWindow.addEventListener(PZWindowEventListener l)
          Registers the listener for component, key, mouse, and window events.
 void PZWindow.removeEventListener(PZWindowEventListener l)
          Registers the listener for component, key, mouse, and window events.