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

Framework : PortalBase

Module : PLBbase

Class Description

public class CSOEvent

The Current Selection Object management event.

Field Summary
int CSO_ADD
int CSO_REMOVE
int CSO_EMPTY
int CSO_REPLACE

Constructor Summary
CSOEvent(Object source, int type, Object[] elements)

Method Summary
int getType()
Object[] getElements()


Field Detail

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


Constructor Detail

CSOEvent

    CSOEvent(Object source, int type, Object[] elements)

Creates a CSOEvent with the sepcified source, type and elements


Method Detail

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