Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.ide.palette
Class PaletteEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.ide.palette.PaletteEvent
All Implemented Interfaces:
java.io.Serializable

public class PaletteEvent
extends java.util.EventObject

The PaletteEvent class is used with the PaletteListener to return the Palette instance.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PaletteEvent(Palette source, java.lang.String action)
          Constructs a new PaletteEvent object.
 
Method Summary
 java.lang.String getAction()
           
 
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
 

Constructor Detail

PaletteEvent

public PaletteEvent(Palette source,
                    java.lang.String action)
Constructs a new PaletteEvent object.

Parameters:
source - Palette Instance.
action - String representing the action.
Method Detail

getAction

public java.lang.String getAction()

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

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