com.jxcell
Class EndRecalcEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jxcell.EndRecalcEvent
All Implemented Interfaces:
java.io.Serializable

public class EndRecalcEvent
extends java.util.EventObject

This event occurs when the recalculation process is completed.

See Also:
Serialized Form

Method Summary
 boolean isInterrupted()
          This method returns whether the recalculation has been interrupted.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isInterrupted

public boolean isInterrupted()
This method returns whether the recalculation has been interrupted. return boolean indicating whether the recalculation has been interrupted