fr.ove.palette.events
Class PaletteEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byfr.ove.palette.events.PaletteEvent
All Implemented Interfaces:
java.io.Serializable

public class PaletteEvent
extends java.util.EventObject

The event to send to all objects that implements the interface PaletteListener and which want to execute the control actions.

Version:
1.0 18/09/1999
Author:
© 1999 DIRAT Laurent
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PaletteEvent(java.lang.Object src)
          The constructor.
 
Method Summary
 PaletteInfo getPaletteInfo()
          Returns the information associated with the event.
 void setPaletteInfo(PaletteInfo paletteInfo)
          Sets the information to transmit to the listener of the palette
 
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(java.lang.Object src)
The constructor.

Parameters:
src - the object which produces this event.
Method Detail

setPaletteInfo

public void setPaletteInfo(PaletteInfo paletteInfo)
Sets the information to transmit to the listener of the palette


getPaletteInfo

public PaletteInfo getPaletteInfo()
Returns the information associated with the event.



Copyright © 1999-2007 Universit?© de Nice Sophia-Antipolis, I3S, Ove SARL, DFKI and Universit?§t des Saarlandes. All Rights Reserved.