1 22 package org.xsocket.stream; 23 24 25 import org.xsocket.IDispatcher; 26 import org.xsocket.IWorkerPool; 27 28 29 30 31 36 public interface IMutlithreadedServerListener extends ILifeCycle, org.xsocket.ILifeCycle { 37 38 46 public void onWorkerPoolUpdated(IWorkerPool oldWorkerPool, IWorkerPool newWorkerPool); 47 48 49 55 public void onDispatcherAdded(IDispatcher dispatcher); 56 57 63 public void onDispatcherRemoved(IDispatcher dispatcher); 64 } 65 | Popular Tags |