com.taursys.swing
Class EnableEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.taursys.swing.EnableEvent
All Implemented Interfaces:
java.io.Serializable

public class EnableEvent
extends java.util.EventObject

An event which indicates whether or not a component should be enabled.

Version:
2.0
Author:
Marty Phelan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
EnableEvent(java.lang.Object source, boolean enable)
          Constructs a new EnableEvent for given source with indication of enable.
 
Method Summary
 boolean isEnable()
          Get flag indicating whether or not the component should be enabled.
 
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

EnableEvent

public EnableEvent(java.lang.Object source,
                   boolean enable)
Constructs a new EnableEvent for given source with indication of enable.

Method Detail

isEnable

public boolean isEnable()
Get flag indicating whether or not the component should be enabled.

Returns:
flag indicating whether or not the component should be enabled.


Copyright © 2007 Martin T Phelan. All Rights Reserved.