public class CompositeFileElementEvent
extends java.util.EventObject
| Modifier and Type | Field and Description | 
|---|---|
static int | 
COMPOSITE_STATE_CHANGED
This event indicates that composite file element states may have changed. 
 | 
| Constructor and Description | 
|---|
CompositeFileElementEvent(Element[] compositeElements,
                         int id)
Constructs a  
CompositeFileElementEvent object. | 
| Modifier and Type | Method and Description | 
|---|---|
Element[] | 
getCompositeElements()
Gets the composite element instances for the event. 
 | 
int | 
getID()
Gets the event type. 
 | 
public static final int COMPOSITE_STATE_CHANGED
public CompositeFileElementEvent(Element[] compositeElements, int id)
CompositeFileElementEvent object.compositeElements - the composite element instances for the event.id - the event type.public int getID()
public Element[] getCompositeElements()