public class NotificationListener.Event
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
id |
(package private) java.util.Map |
information |
Constructor and Description |
---|
NotificationListener.Event() |
NotificationListener.Event(int id) |
NotificationListener.Event(java.util.Map information) |
Modifier and Type | Method and Description |
---|---|
void |
addInformation(java.lang.String key,
java.lang.String value) |
int |
getId() |
java.util.Map |
getInformation() |
void |
setId(int id) |