From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../cpw/mods/fml/common/eventhandler/EventBus.html | 328 +++++++++++++++++++++ 1 file changed, 328 insertions(+) create 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 new file mode 100644 index 0000000..31fe3ff --- /dev/null +++ b/javadoc/cpw/mods/fml/common/eventhandler/EventBus.html @@ -0,0 +1,328 @@ + + + + + +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