Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hosts (0.12 sec)

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

       * @throws IllegalArgumentException if the object was not previously registered.
       */
      public void unregister(Object object) {
        subscribers.unregister(object);
      }
    
      /**
       * Posts an event to all registered subscribers. This method will return successfully after the
       * event has been posted to all subscribers, and regardless of any exceptions thrown by
       * subscribers.
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Aug 25 16:37:57 GMT 2021
    - 12.8K bytes
    - Viewed (0)
Back to top