Uses of Interface
com.efiAnalytics.plugin.ecu.servers.OutputChannelServer

Packages that use OutputChannelServer
com.efiAnalytics.plugin.ecu   
 

Uses of OutputChannelServer in com.efiAnalytics.plugin.ecu
 

Methods in com.efiAnalytics.plugin.ecu that return OutputChannelServer
 OutputChannelServer ControllerAccess.getOutputChannelServer()
          Provides access to the OuputChannelServer.
 

Methods in com.efiAnalytics.plugin.ecu with parameters of type OutputChannelServer
static void ControllerAccess.initialize(OutputChannelServer outputServer, ControllerParameterServer parameterServer)
          Initializes this ControllerAccess with valid implementations of ControllerParameterServer and OutputChannelServer.