apollo.gui.event
Class ViewEvent
java.lang.Object
java.util.EventObject
apollo.gui.event.ViewEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ViewEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Constructor Summary |
ViewEvent(java.lang.Object source,
ViewI viewSource,
int type)
|
| Methods inherited from class java.util.EventObject |
toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LIMITS_CHANGED
public static final int LIMITS_CHANGED
- See Also:
- Constant Field Values
NEEDS_PAINT
public static final int NEEDS_PAINT
- See Also:
- Constant Field Values
ViewEvent
public ViewEvent(java.lang.Object source,
ViewI viewSource,
int type)
getType
public int getType()
getViewSource
public ViewI getViewSource()
getSource
public java.lang.Object getSource()
- Overrides:
getSource in class java.util.EventObject