use of examples.gipc.counter.layers.AMultiLayeServerReceiveListener in project GIPC by pdewan.
the class ACounterSessionMember method addListeners.
protected static void addListeners() {
groupRPCSessionPort.addConnectionListener(new ATracingConnectionListener(groupRPCSessionPort));
groupRPCSessionPort.addReceiveListener(new AMultiLayeServerReceiveListener(counter));
}
Aggregations