java.io.Serializable
public class PipelineEvent
extends java.util.EventObject
Modifier and Type | Field | Description |
---|---|---|
static int |
CONTENTS_CHANGED |
Identifies one or more changes in the pipeline.
|
static int |
SORT_ORDER_CHANGED |
Identifies a order change of the interactive sorter.
|
Constructor | Description |
---|---|
PipelineEvent(java.lang.Object source,
int type) |
Constructs a PipelineEvent object.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getType() |
Returns the event type.
|
java.lang.String |
toString() |
Returns a string representation of this event.
|
public static final int CONTENTS_CHANGED
public static final int SORT_ORDER_CHANGED
public PipelineEvent(java.lang.Object source, int type)
source
- the source Object (typically this
)type
- an int specifying the event typepublic int getType()
public java.lang.String toString()
null
.toString
in class java.util.EventObject