18192021222324252627
protected InfoChannel infoChannel = null; public AbstractCRCFActor(SRCPSession session) { super(); if (session != null) { crcfSession = new CRCF(session); infoChannel = session.getInfoChannel(); infoChannel.addCRCFInfoListener(this); } }