jcreek.util.selection
Class SelectionChangeEvent
java.lang.Object
java.util.EventObject
jcreek.util.selection.SelectionChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class SelectionChangeEvent
- extends java.util.EventObject
Title: SelectionChangeEvent
Description: An event object representing an event signifying a change
to a selection set.
Copyright: Copyright (c) 2003
Company:
- Version:
- 1.0
- Author:
- unascribed
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
SelectionChangeEvent(int type,
java.lang.Object object,
java.lang.Object source)
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SELECTION_CHANGE_CLEAR
public static final int SELECTION_CHANGE_CLEAR
- See Also:
- Constant Field Values
SELECTION_CHANGE_ADD
public static final int SELECTION_CHANGE_ADD
- See Also:
- Constant Field Values
SELECTION_CHANGE_REMOVE
public static final int SELECTION_CHANGE_REMOVE
- See Also:
- Constant Field Values
SelectionChangeEvent
public SelectionChangeEvent(int type,
java.lang.Object object,
java.lang.Object source)
getType
public int getType()
getObject
public java.lang.Object getObject()
Created at IDI, NTNU by the Artificial Intelligence and Learning group