gishur.core.event
Interface GeneralAWTEventListener

All Superinterfaces:
java.util.EventListener

public interface GeneralAWTEventListener
extends java.util.EventListener

A event listener interface that accepts all kinds of AWT events.

Version:
1.0
Author:
Thomas Wolf

Method Summary
 void processAWTEvent(java.awt.AWTEvent e)
          Processes any events occurring on the object listened to.
 

Method Detail

processAWTEvent

public void processAWTEvent(java.awt.AWTEvent e)
Processes any events occurring on the object listened to.
Parameters:
e - the occured AWTEvent