| tijmp.UIHandler
All known Subclasses: tijmp.ui.InVMUI,
UIHandler | public interface UIHandler (Code) | | An ui handler.
|
childObjects | void childObjects(Object[] childs)(Code) | | Report a set of child objects.
|
gcFinished | void gcFinished()(Code) | | GC has just finished.
|
instances | void instances(Class> clz, Object[] objects, long[] sizes, int[] lengths)(Code) | | Report a set of object instances.
|
showStatus | void showStatus(String status)(Code) | | Show some simple status.
|
strings | void strings(Object[] objects)(Code) | | Report a set of Strings.
|
|
|