|
org.netbeans.modules.refactoring.api 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.netbeans.modules.refactoring.api.ProgressEvent
public final class ProgressEvent
Progress event object.
Field Summary | |
---|---|
static int |
START
Start event id |
static int |
STEP
Step event id |
static int |
STOP
Stop event id |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ProgressEvent(Object source,
int eventId)
Creates ProgressEvent instance. |
|
ProgressEvent(Object source,
int eventId,
int operationType,
int count)
Creates ProgressEvent instance. |
Method Summary | |
---|---|
int |
getCount()
Returns step count. |
int |
getEventId()
Returns ID of the event. |
int |
getOperationType()
Returns operation type. |
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 |
Field Detail |
---|
public static final int START
public static final int STEP
public static final int STOP
Constructor Detail |
---|
public ProgressEvent(Object source, int eventId)
source
- Source of the event.eventId
- ID of the event.public ProgressEvent(Object source, int eventId, int operationType, int count)
source
- Source of the event.eventId
- ID of the event.operationType
- Source-specific number identifying source operation that
is being processed.count
- Number of steps that the processed opration consists of.Method Detail |
---|
public int getEventId()
public int getOperationType()
public int getCount()
|
org.netbeans.modules.refactoring.api 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |