VisClient/org/hfbk/vis/VisEvent.java

Go to the documentation of this file.
00001 /*
00002  * Created on 28.04.2008
00003  *
00004  */
00005 package org.hfbk.vis;
00006 
00007 import java.awt.AWTEvent;
00008 
00027 public class VisEvent extends AWTEvent {
00031         public AWTEvent awtEvent=null;
00032         
00038         public VisEvent(Object source, int id, AWTEvent ae) {           
00039                 super(source, id);
00040                 awtEvent=ae;
00041         }
00042 }

Generated on Tue Apr 7 17:57:21 2009 for visclient by  doxygen 1.5.1