Uses of Class
gumbo.util.route.EventDataRouter

Packages that use EventDataRouter
gumbo.util.route Provides interfaces, services, and utilities that support the "routing" of events, with or without data, between objects. 
 

Uses of EventDataRouter in gumbo.util.route
 

Subclasses of EventDataRouter in gumbo.util.route
 class DebugDataRouter
          A router for connecting a "master" target node (node A) to a "slave" debug monitor node (node B).
static class DirectRouters.Router
          Connects EventOut to EventIn, one or two-way.
 class RelayDataRouter
          Connects EventIn to EventIn, or EventOut to EventOut, one or two-way.
static class RelayRouters.Router
          Connects EventIn to EventIn, or EventOut to EventOut, one or two-way.