Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class ncsa.horizon.awt.color.ColorModelUpdateEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ncsa.horizon.awt.color.ColorModelUpdateEvent

public class ColorModelUpdateEvent
extends java.util.EventObject
an event indicating the change in an ColorModel

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ColorModelUpdateEvent(java.lang.Object cm, int flags)
          instantiate a ColorModelUpdateEvent with flags indicating the change.
 
Method Summary
int getFlags()
          return the change flags
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

ColorModelUpdateEvent

public ColorModelUpdateEvent(java.lang.Object cm,
                             int flags)
instantiate a ColorModelUpdateEvent with flags indicating the change.
Method Detail

getFlags

public int getFlags()
return the change flags

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD