public class PipelineEvent
extends java.util.EventObject
| Modifier and Type | Field and 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 and Description |
|---|
PipelineEvent(java.lang.Object source,
int type)
Constructs a PipelineEvent object.
|
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