org.apache.webdav.lib
Class NotificationListener.Event
java.lang.Object
org.apache.webdav.lib.NotificationListener.Event
- Enclosing class:
- NotificationListener
public class NotificationListener.Event
- extends java.lang.Object
Field Summary |
(package private) int |
id
|
(package private) java.util.Map |
information
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
int id
information
java.util.Map information
NotificationListener.Event
public NotificationListener.Event()
NotificationListener.Event
public NotificationListener.Event(int id)
NotificationListener.Event
public NotificationListener.Event(java.util.Map information)
setId
public void setId(int id)
getId
public int getId()
addInformation
public void addInformation(java.lang.String key,
java.lang.String value)
getInformation
public java.util.Map getInformation()