Class GuavaEventBus

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, EventBus, HasReadyState

    public class GuavaEventBus
    extends java.lang.Object
    implements EventBus
    • Constructor Detail

      • GuavaEventBus

        public GuavaEventBus()
    • Method Detail

      • fire

        public void fire​(Event event)
        Specified by:
        fire in interface EventBus
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface EventBus
      • create

        public static GuavaEventBus create​(org.openqa.selenium.grid.config.Config config)