gumbo.visualize.data
Class TestClientAgent

java.lang.Object
  |
  +--gumbo.util.AbstractDisposable
        |
        +--gumbo.net.msg.MessageAgent
              |
              +--gumbo.visualize.data.TestClientAgent
All Implemented Interfaces:
Disposable

public class TestClientAgent
extends MessageAgent


Nested Class Summary
static class TestClientAgent.MsgGraphOpenRequest
           
static class TestClientAgent.MsgListOpenRequest
           
static class TestClientAgent.MsgTreeOpenRequest
           
 
Nested classes inherited from class gumbo.net.msg.MessageAgent
MessageAgent.Handler
 
Constructor Summary
TestClientAgent(TestClientApp app)
           
 
Method Summary
 NotifyNode.EventIn getGraphOpenIn()
           
 NotifyNode.EventIn getListOpenIn()
           
 NotifyNode.EventIn getTreeOpenIn()
           
 
Methods inherited from class gumbo.net.msg.MessageAgent
addHandler, getMessageThread, getRootWindow, getTargetWindow, implDispose, reportProblem, reportStatus, sendMessage
 
Methods inherited from class gumbo.util.AbstractDisposable
dispose, isDisposed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestClientAgent

public TestClientAgent(TestClientApp app)
Method Detail

getGraphOpenIn

public NotifyNode.EventIn getGraphOpenIn()

getTreeOpenIn

public NotifyNode.EventIn getTreeOpenIn()

getListOpenIn

public NotifyNode.EventIn getListOpenIn()