Package 

Class Event


  • 
    public class Event<T extends Enum<T>>
    
                        

    A tracking event.

    • Constructor Summary

      Constructors 
      Constructor Description
      Event(T type, Map<String, Object> details) Internal use only.
      Event(T type) Internal use only.
    • Method Summary

      Modifier and Type Method Description
      T getType()
      Map<String, Object> getDetails() Details about the event.
      boolean equals(Object o) Internal use only.
      int hashCode() Internal use only.
      String toString() Internal use only.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait