Extension SDK 10.1.2


oracle.ide.composite
Class CompositeFileElementEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byoracle.ide.composite.CompositeFileElementEvent

All Implemented Interfaces:
java.io.Serializable

public class CompositeFileElementEvent
extends java.util.EventObject

An event class which indicates that the internal state of composite file elements may have changed.

See Also:
Serialized Form

Field Summary
static int COMPOSITE_STATE_CHANGED
This event indicates that composite file element states may have changed.

Fields inherited from class java.util.EventObject
source

Constructor Summary
CompositeFileElementEvent(Element[] compositeElements, int id)
Constructs a CompositeFileElementEvent object.

Method Summary
Element[] getCompositeElements()
Gets the composite element instances for the event.
int getID()
Gets the event type.

Methods inherited from class java.util.EventObject
getSource, toString

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

COMPOSITE_STATE_CHANGED

public static final int COMPOSITE_STATE_CHANGED
This event indicates that composite file element states may have changed.
See Also:
Constant Field Values

Constructor Detail

CompositeFileElementEvent

public CompositeFileElementEvent(Element[] compositeElements,
                                 int id)
Constructs a CompositeFileElementEvent object.
Parameters:
compositeElements - the composite element instances for the event.
id - the event type.

Method Detail

getID

public int getID()
Gets the event type.
Returns:
the event type.

getCompositeElements

public Element[] getCompositeElements()
Gets the composite element instances for the event.
Returns:
the composite element instances.

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.