Class WatcherEvent

java.lang.Object
io.higson.runtime.sync.event.WatcherEvent

public class WatcherEvent extends Object
Author:
przemek hertel
  • Constructor Details

  • Method Details

    • setId

      public void setId(int id)
    • getId

      public int getId()
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getTimestamp

      public long getTimestamp()
    • setTimestamp

      public void setTimestamp(long timestamp)
    • getElementType

      public ElementType getElementType()
    • getEventType

      public EventType getEventType()
    • toString

      public String toString()
      Overrides:
      toString in class Object