| Home >> All >> org >> bdgp >> apps >> dagedit >> gui >> [ event Javadoc ] |
Source code: org/bdgp/apps/dagedit/gui/event/DisableGUIEvent.java
1 package org.bdgp.apps.dagedit.gui.event; 2 3 import java.util.EventObject; 4 5 public class DisableGUIEvent extends EventObject { 6 7 public DisableGUIEvent(Object source) { 8 super(source); 9 } 10 }