Uses of Class
org.bushe.swing.event.EventServiceExistsException

Packages that use EventServiceExistsException
org.bushe.swing.event The EventBus provides publish/subscribe event services for a single JVM. 
 

Uses of EventServiceExistsException in org.bushe.swing.event
 

Methods in org.bushe.swing.event that throw EventServiceExistsException
static void EventServiceLocator.setEventService(java.lang.String serviceName, EventService es)
          Add a named EventService to the locator.