jcreek.util.selection
Class SelectionChangeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjcreek.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

Field Summary
static int SELECTION_CHANGE_ADD
           
static int SELECTION_CHANGE_CLEAR
           
static int SELECTION_CHANGE_REMOVE
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SelectionChangeEvent(int type, java.lang.Object object, java.lang.Object source)
           
 
Method Summary
 java.lang.Object getObject()
           
 int getType()
           
 
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
 

Field Detail

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
Constructor Detail

SelectionChangeEvent

public SelectionChangeEvent(int type,
                            java.lang.Object object,
                            java.lang.Object source)
Method Detail

getType

public int getType()

getObject

public java.lang.Object getObject()


Created at IDI, NTNU by the Artificial Intelligence and Learning group