Class IngameEventDispatcher

  • All Implemented Interfaces:
    java.lang.Runnable
    Direct Known Subclasses:
    GrandExchangeDispatcher

    public abstract class IngameEventDispatcher
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Detail

      • IngameEventDispatcher

        public IngameEventDispatcher()
    • Method Detail

      • getIterationRateInMilliseconds

        public abstract int getIterationRateInMilliseconds()
      • dispatch

        public abstract void dispatch​(com.runemate.game.api.script.framework.core.EventDispatcher dispatcher)
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • clear

        public void clear()