public class AssetTopologyUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static AssetTopologyUtil |
instance()
Returns the static instance of this class.
|
void |
logMessage(java.lang.Object o)
Will throw messages on the Java console, when called from the Applet
|
void |
logMessage(java.lang.String message)
Will throw messages on the Java console, when called from the Applet
|
void |
logMessage(java.lang.String message,
java.lang.Throwable t)
Will throw messages on the Java console, when called from the Applet
|
void |
setApplet(TopologyApplet applet) |
public static AssetTopologyUtil instance()
public void logMessage(java.lang.String message, java.lang.Throwable t)
message
- t
- public void logMessage(java.lang.String message)
message
- public void logMessage(java.lang.Object o)
o
- public void setApplet(TopologyApplet applet)
applet
-