Class NotificationListener.Event

java.lang.Object
org.apache.webdav.lib.NotificationListener.Event
Enclosing class:
NotificationListener

public class NotificationListener.Event extends Object
  • Field Details

    • id

      int id
    • information

      Map information
  • Constructor Details

    • Event

      public Event()
    • Event

      public Event(int id)
    • Event

      public Event(Map information)
  • Method Details

    • setId

      public void setId(int id)
    • getId

      public int getId()
    • addInformation

      public void addInformation(String key, String value)
    • getInformation

      public Map getInformation()