com.jinke.gui.event
Class WindowAdapter

java.lang.Object
  extended by com.jinke.gui.event.WindowAdapter
All Implemented Interfaces:
EventListener, WindowListener

public abstract class WindowAdapter
extends java.lang.Object
implements WindowListener


Field Summary
 
Fields inherited from interface com.jinke.gui.event.EventListener
DBUMASK, ERRMASK, KEYMASK, MSEMASK, WINMASK
 
Constructor Summary
WindowAdapter()
           
 
Method Summary
 void exposure(WindowEvent windowevent)
           
 void refresh()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowAdapter

public WindowAdapter()
Method Detail

exposure

public void exposure(WindowEvent windowevent)
Specified by:
exposure in interface WindowListener
Parameters:
windowevent -

refresh

public void refresh()
Specified by:
refresh in interface WindowListener