JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.progress
Class JCProgressCancelledEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.klg.jclass.util.progress.JCProgressCancelledEvent
All Implemented Interfaces:
Serializable

public class JCProgressCancelledEvent
extends EventObject

JCProgressCancelledEvent is used to notify interested listeners when the user has cancelled progress via the "Cancel" button on the JCProgressHelper.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JCProgressCancelledEvent(Object source)
          Creates a JCProgressCancelledEvent.
 
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

JCProgressCancelledEvent

public JCProgressCancelledEvent(Object source)
Creates a JCProgressCancelledEvent. Takes one argument, the source of the event.

Parameters:
source - Object

Copyright © 2004 Quest Software Inc..
All rights reserved.