public class SEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CREATED |
static String |
DELETED |
static String |
UPDATED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getObject()
Retrieve the object which the event occurred on
|
String |
getType() |
int |
hashCode() |
void |
setObject(Object object)
Set the object passed inside the fired Event
|
String |
toString() |
public static final String UPDATED
public static final String CREATED
public static final String DELETED
public SEvent(String type)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.