org.mdanderson.biostat.util
Class StatusEvent
java.lang.Object
java.util.EventObject
org.mdanderson.biostat.util.StatusEvent
- All Implemented Interfaces:
- Serializable
- public class StatusEvent
- extends EventObject
StatusEvent - Event to notify listener of status change.
- See Also:
- Serialized Form
Constructor Summary |
StatusEvent(Object source,
Object value,
boolean status)
Class constructor specifying source, value, and status |
Method Summary |
boolean |
getStatus()
Returns the status of the data that was checked |
Object |
getValue()
Returns the data that was checked |
StatusEvent
public StatusEvent(Object source,
Object value,
boolean status)
- Class constructor specifying source, value, and status
- Parameters:
source
- component whose value was checkedvalue
- data that was checkedstatus
- true if data is valid; otherwise, false
getValue
public Object getValue()
- Returns the data that was checked
- Returns:
- data that was checked
getStatus
public boolean getStatus()
- Returns the status of the data that was checked
- Returns:
- true if data is valid; otherwise, false
Copyright © 2002 M.D. Anderson Cancer Center. All Rights Reserved.