Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getEventBus (0.73 sec)

  1. android/guava/src/com/google/common/eventbus/SubscriberExceptionContext.java

      }
    
      /**
       * Returns the {@link EventBus} that handled the event and the subscriber. Useful for broadcasting
       * a new event based on the error.
       */
      public EventBus getEventBus() {
        return eventBus;
      }
    
      /** Returns the event object that caused the subscriber to throw. */
      public Object getEvent() {
        return event;
      }
    
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Sep 11 17:06:34 UTC 2025
    - 2.2K bytes
    - Viewed (0)
Back to top