org.headlessintrace.client.connection.IConnectionStateCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of headlessInTraceClient Show documentation
Show all versions of headlessInTraceClient Show documentation
A headless java API that collects events from other JVMs. Events=method invocations. Initial code taken from http://mchr3k.github.io/org.intrace/. Intended for building diagnostic applications.
package org.headlessintrace.client.connection;
import java.util.List;
import java.util.Map;
public interface IConnectionStateCallback
{
void setConnectionStatusMsg(String msg);
void setConnectState(ConnectState state);
ConnectState getConnectState();
void setProgress(Map progress);
void setStatus(Map progress);
void setConfig(Map progress);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy