Package com.sissi.protocol.iq.si

Examples of com.sissi.protocol.iq.si.Si.file()


  }

  @Override
  public boolean input(JIDContext context, Protocol protocol) {
    Si si = protocol.cast(Si.class);
    return si.file() ? this.trace(context, si) : true;
  }

  private boolean trace(JIDContext context, Si si) {
    return this.tracerContext.trace(si);
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.