Class JadexAndroidEvent

  • All Implemented Interfaces:
    IJadexAndroidEvent

    public abstract class JadexAndroidEvent
    extends java.lang.Object
    implements IJadexAndroidEvent
    To create own events, just extend this class and add getters+setters for custom properties.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()
      The type of the Event, which is used to separate events from each other.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JadexAndroidEvent

        public JadexAndroidEvent()
    • Method Detail

      • getType

        public java.lang.String getType()
        Description copied from interface: IJadexAndroidEvent
        The type of the Event, which is used to separate events from each other.
        Specified by:
        getType in interface IJadexAndroidEvent