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.
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
Returns the event type.
|
getSource, toString
public GraphChangeEvent(Object eventSource, int type)
eventSource
- the source of the event.type
- the type of event.Copyright © 2019. All rights reserved.