gzz.client.awt
Interface JUpdateManager.EventProcessor

All Known Implementing Classes:
AWTScreen
Enclosing interface:
JUpdateManager

public static interface JUpdateManager.EventProcessor

An interface for avoiding the Java event queue, which we have synchronization problems with. This way we can encapsulate a call to the Java2 EventQueue API if we want to.


Method Summary
 void zzProcessEvent(java.awt.AWTEvent e)
           
 

Method Detail

zzProcessEvent

public void zzProcessEvent(java.awt.AWTEvent e)