public class GraphChangeEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
protected int |
type
The type of graph change this event indicates.
|
source
Constructor and Description |
---|
GraphChangeEvent(Object eventSource,
int type)
Creates a new graph change event.
|
public GraphChangeEvent(Object eventSource, int type)
eventSource
- the source of the event.type
- the type of event.Copyright © 2016. All rights reserved.