public abstract class BaseDriverEvent extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
BaseDriverEvent(DriverDef driverDef,
org.guvnor.common.services.project.model.Module module,
String sessionId,
String identity) |
protected |
BaseDriverEvent(DriverDef driverDef,
String sessionId,
String identity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DriverDef |
getDriverDef() |
String |
getIdentity() |
org.guvnor.common.services.project.model.Module |
getModule() |
String |
getSessionId() |
int |
hashCode() |
boolean |
isGlobal() |
protected BaseDriverEvent(DriverDef driverDef, org.guvnor.common.services.project.model.Module module, String sessionId, String identity)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.