From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../cpw/mods/fml/common/eventhandler/EventBus.html | 328 --------------------- 1 file changed, 328 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/common/eventhandler/EventBus.html (limited to 'javadoc/cpw/mods/fml/common/eventhandler/EventBus.html') diff --git a/javadoc/cpw/mods/fml/common/eventhandler/EventBus.html b/javadoc/cpw/mods/fml/common/eventhandler/EventBus.html deleted file mode 100644 index 31fe3ff..0000000 --- a/javadoc/cpw/mods/fml/common/eventhandler/EventBus.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - -EventBus (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.eventhandler
-

Class EventBus

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidhandleException(EventBus bus, - Event event, - IEventListener[] listeners, - int index, - java.lang.Throwable throwable) -
      Fired when a EventListener throws an exception for the specified event on the event bus.
      -
      booleanpost(Event event) 
      voidregister(java.lang.Object target) 
      voidunregister(java.lang.Object object) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        register

        -
        public void register(java.lang.Object target)
        -
      • -
      - - - -
        -
      • -

        unregister

        -
        public void unregister(java.lang.Object object)
        -
      • -
      - - - -
        -
      • -

        post

        -
        public boolean post(Event event)
        -
      • -
      - - - -
        -
      • -

        handleException

        -
        public void handleException(EventBus bus,
        -                   Event event,
        -                   IEventListener[] listeners,
        -                   int index,
        -                   java.lang.Throwable throwable)
        -
        Description copied from interface: IEventExceptionHandler
        -
        Fired when a EventListener throws an exception for the specified event on the event bus. - After this function returns, the original Throwable will be propogated upwards.
        -
        -
        Specified by:
        -
        handleException in interface IEventExceptionHandler
        -
        Parameters:
        bus - The bus the event is being fired on
        event - The event that is being fired
        listeners - All listeners that are listening for this event, in order
        index - Index for the current listener being fired.
        throwable - The throwable being thrown
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3