Package prompto.debug
Class WebSocketDebugEventAdapterFactory
- java.lang.Object
-
- prompto.debug.WebSocketDebugEventAdapterFactory
-
- All Implemented Interfaces:
prompto.debug.IDebugEventAdapterFactory
public class WebSocketDebugEventAdapterFactory extends Object implements prompto.debug.IDebugEventAdapterFactory
-
-
Constructor Summary
Constructors Constructor Description WebSocketDebugEventAdapterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description prompto.debug.IDebugEventAdapternewAdapter(prompto.config.IDebugEventAdapterConfiguration config)prompto.config.IDebugEventAdapterConfigurationnewConfiguration(prompto.config.IConfigurationReader reader)
-
-
-
Method Detail
-
newAdapter
public prompto.debug.IDebugEventAdapter newAdapter(prompto.config.IDebugEventAdapterConfiguration config)
- Specified by:
newAdapterin interfaceprompto.debug.IDebugEventAdapterFactory
-
newConfiguration
public prompto.config.IDebugEventAdapterConfiguration newConfiguration(prompto.config.IConfigurationReader reader)
- Specified by:
newConfigurationin interfaceprompto.debug.IDebugEventAdapterFactory
-
-