Class OnChallengeQueryEvent

java.lang.Object
com.avrix.events.Event
com.avrix.events.OnChallengeQueryEvent

public abstract class OnChallengeQueryEvent extends Event
Triggered when the challenge options are getting populated.
  • Constructor Details

    • OnChallengeQueryEvent

      public OnChallengeQueryEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Getting the event name
      Specified by:
      getEventName in class Event
      Returns:
      name of the event being implemented
    • handleEvent

      public abstract void handleEvent()
      Called Event Handling Method