public abstract class Event extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Map<String,Object> |
params |
Modifier | Constructor and Description |
---|---|
protected |
Event(String eventName) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Object |
getParam(String key) |
void |
putParam(String key,
Object value) |
Copyright © 2023 WSO2. All rights reserved.