public class GateEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
static int |
FEATURES_UPDATED |
protected int |
type |
source
Constructor and Description |
---|
GateEvent(Object source,
int type)
Constructor from source and type.
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
Gets the type of the event.
|
getSource, toString
public static final int FEATURES_UPDATED
protected int type
public GateEvent(Object source, int type)
source
- the object that initiated this eventtype
- the type on the event.Copyright © 2024 GATE. All rights reserved.