Package org.erlide.util.event_tracer

Examples of org.erlide.util.event_tracer.ErlideOperationEndEvent


  }
 
  public void traceOperationEnd(final String operation, final Object id) {
    int _identityHashCode = System.identityHashCode(id);
    String _hexString = Integer.toHexString(_identityHashCode);
    ErlideOperationEndEvent _erlideOperationEndEvent = new ErlideOperationEndEvent(operation, _hexString);
    this.trace(_erlideOperationEndEvent);
  }
View Full Code Here

TOP

Related Classes of org.erlide.util.event_tracer.ErlideOperationEndEvent

Copyright © 2018 www.massapicom. 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.