Uses of Interface
eneter.net.system.IMethod1

Packages that use IMethod1
eneter.messaging.dataprocessing.messagequeueing Helper to queue and process messages with a working thread. 
eneter.messaging.messagingsystems.websocketmessagingsystem Communication via Websockets. 
 

Uses of IMethod1 in eneter.messaging.dataprocessing.messagequeueing
 

Methods in eneter.messaging.dataprocessing.messagequeueing with parameters of type IMethod1
 void WorkingThread.registerMessageHandler(IMethod1<TMessage> messageHandler)
          Registers the method handling messages from the queue and starts the thread reading messages from the queue.
 

Uses of IMethod1 in eneter.messaging.messagingsystems.websocketmessagingsystem
 

Methods in eneter.messaging.messagingsystems.websocketmessagingsystem with parameters of type IMethod1
 void WebSocketListener.startListening(IMethod1<IWebSocketClientContext> connectionHandler)
          Starts listening.