com.fg.xmleditor
Class FXStatusEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.fg.xmleditor.FXStatusEvent
All Implemented Interfaces:
java.io.Serializable

public class FXStatusEvent
extends java.util.EventObject

Version:
1.0
Author:
Felix Golubov
See Also:
Serialized Form

Constructor Summary
FXStatusEvent(java.lang.Object source, boolean status)
          Creates a new FXStatusEvent object.
 
Method Summary
 boolean getStatus()
          Returns a current status value.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FXStatusEvent

public FXStatusEvent(java.lang.Object source,
                     boolean status)
Creates a new FXStatusEvent object.

Parameters:
source - an event source object.
status - a current status value.
Method Detail

getStatus

public boolean getStatus()
Returns a current status value.

Returns:
a current status value