Interface IJadexAndroidEvent

  • All Known Implementing Classes:
    JadexAndroidEvent

    public interface IJadexAndroidEvent
    This is an Event that can be dispatched by platform components and received by Android UI Classes.
    • Method Summary

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

      • getType

        java.lang.String getType()
        The type of the Event, which is used to separate events from each other.