|
|
|||||
| Package com.dassault_systemes.catweb.base.event |
Class CSOEvent
|
| Class Hierarchy |
java.lang.Object
|
+-java.util.EventObject
|
+-com.dassault_systemes.catweb.base.event.CSOEvent
| Class Location |
| Class Description |
public class CSOEvent
The Current Selection Object management event.
| Field Summary |
| public static final int | CSO_ADD
Type to specify when element have been removed from CSO |
| public static final int | CSO_EMPTY
Type to specify when elements have been added in CSO |
| public static final int | CSO_REMOVE
Type to specify when elements have been added in CSO |
| public static final int | CSO_REPLACE
Type to specify when all the cso's elements have been replaced by an element |
| Constructor Summary |
| CSOEvent(Object source, int type, Object[] elements)
Creates a CSOEvent with the sepcified source, type and elements |
| Method Summary |
| public Object[] | getElements()
Returns the list of Object associated with this CSO action |
| public int | getType()
Returns the action type of the CSO event |
| Field Detail |
public static final int CSO_ADD
Type to specify when element have been removed from CSO
public static final int CSO_EMPTY
Type to specify when elements have been added in CSO
public static final int CSO_REMOVE
Type to specify when elements have been added in CSO
public static final int CSO_REPLACE
Type to specify when all the cso's elements have been replaced by an element
| Constructor Detail |
CSOEvent(Object source, int type, Object[] elements)
Creates a CSOEvent with the sepcified source, type and elements
| Method Detail |
public Object[] getElements()
Returns the list of Object associated with this CSO action
public int getType()
Returns the action type of the CSO event