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

CSO_ADD

    public static final int CSO_ADD
Type to specify when element have been removed from CSO


CSO_EMPTY

    public static final int CSO_EMPTY
Type to specify when elements have been added in CSO


CSO_REMOVE

    public static final int CSO_REMOVE
Type to specify when elements have been added in CSO


CSO_REPLACE

    public static final 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

getElements

    public Object[] getElements()

Returns the list of Object associated with this CSO action


getType

    public int getType()

Returns the action type of the CSO event

See Also:
#CSOEvent.CSO_ADD
#CSO_REMOVE
#CSOEvent.CSO_EMPTY
#CSOEvent.CSO_REPLACE


Copyright © 2000, Dassault Systèmes. All rights reserved