com.partnersoft.gadgets
Class ActivityProgressEvent
java.lang.Object
java.util.EventObject
com.partnersoft.gadgets.ActivityProgressEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ActivityProgressEvent
- extends java.util.EventObject
An event generated from an ActivityProgress model.
- Author:
- Paul Reavis
Copyright 2004 Partner Software, Inc.
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| 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 |
ACTIVITY_CHANGED
public static final int ACTIVITY_CHANGED
- See Also:
- Constant Field Values
DESCRIPTION_CHANGED
public static final int DESCRIPTION_CHANGED
- See Also:
- Constant Field Values
PROGRESS_CHANGED
public static final int PROGRESS_CHANGED
- See Also:
- Constant Field Values
type
public int type
level
public int level
ActivityProgressEvent
public ActivityProgressEvent(ActivityProgress source,
int type,
int level)