Interface TypedEventHandler<X extends Event>

All Superinterfaces:
EventHandler<X>
All Known Implementing Classes:
AutoHandler, SequentialTrigger

public interface TypedEventHandler<X extends Event> extends EventHandler<X>
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends X>
     

    Methods inherited from interface gg.xp.reevent.events.EventHandler

    getOrder, handle
  • Method Details

    • getType

      Class<? extends X> getType()