public class ControllerEvent extends GateEvent
| Modifier and Type | Field and Description |
|---|---|
protected ProcessingResource |
pr |
static int |
RESOURCE_ADDED |
static int |
RESOURCE_REMOVED |
FEATURES_UPDATED, typesource| Constructor and Description |
|---|
ControllerEvent(Object source,
int type,
ProcessingResource pr) |
| Modifier and Type | Method and Description |
|---|---|
ProcessingResource |
getPr() |
void |
setPr(ProcessingResource pr) |
getSource, toStringprotected ProcessingResource pr
public static final int RESOURCE_ADDED
public static final int RESOURCE_REMOVED
public ControllerEvent(Object source, int type, ProcessingResource pr)
public ProcessingResource getPr()
public void setPr(ProcessingResource pr)
pr - The processing resource involved in this event.Copyright © 2024 GATE. All rights reserved.