uk.ac.essex.common.gui.impl
Class ApplicationFrameEvent

java.lang.Object
  extended by uk.ac.essex.common.gui.impl.ApplicationFrameEvent

public class ApplicationFrameEvent
extends java.lang.Object


Created Date: 17-Jan-2004

You should have received a copy of Lesser GNU public license with this code. If not please visit this site


Field Summary
static int FRAME_CLOSING
           
static int FRAME_OPENING
           
static int INVALID_EVENT_TYPE
           
 
Constructor Summary
ApplicationFrameEvent(int type, ApplicationFrame sourceFrame)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FRAME_CLOSING

public static final int FRAME_CLOSING
See Also:
Constant Field Values

FRAME_OPENING

public static final int FRAME_OPENING
See Also:
Constant Field Values

INVALID_EVENT_TYPE

public static final int INVALID_EVENT_TYPE
See Also:
Constant Field Values
Constructor Detail

ApplicationFrameEvent

public ApplicationFrameEvent(int type,
                             ApplicationFrame sourceFrame)