Package com.dassault_systemes.catweb.base.event |
java.lang.Object
|
+-java.util.EventObject
|
+-com.dassault_systemes.catweb.base.event.CSOEvent
Framework : PortalBase
Module : PLBbase
public class CSOEvent
The Current Selection Object management event.
CSOEvent(Object source, int type, Object[] elements)
|
CSO_ADD
int CSO_ADD
Type to specify when element have been removed from CSO
CSO_REMOVE
int CSO_REMOVE
Type to specify when elements have been added in CSO
CSO_EMPTY
int CSO_EMPTY
Type to specify when elements have been added in CSO
CSO_REPLACE
int CSO_REPLACE
Type to specify when all the cso's elements have been replaced by an element
CSOEvent
CSOEvent(Object source, int type, Object[] elements)
Creates a CSOEvent with the sepcified source, type and elements
getType
int getType()
Returns the action type of the CSO event
- See Also:
- #CSOEvent.CSO_ADD
- #CSO_REMOVE
- #CSOEvent.CSO_EMPTY
- #CSOEvent.CSO_REPLACE
getElements
Object[] getElements()
Returns the list of Object associated with this CSO action
Copyright © 2000, Dassault Systèmes. All rights reserved