edu.memphis.ccrg.lida.workspace
Class MockWorkspaceListener

java.lang.Object
  extended by edu.memphis.ccrg.lida.workspace.MockWorkspaceListener
All Implemented Interfaces:
ModuleListener, WorkspaceListener

 class MockWorkspaceListener
extends java.lang.Object
implements WorkspaceListener


Field Summary
 WorkspaceContent content
           
 ModuleName originatingBuffer
           
 
Constructor Summary
MockWorkspaceListener()
           
 
Method Summary
 void receiveWorkspaceContent(ModuleName originatingBuffer, WorkspaceContent content)
          Receive NodeStructure content from ModuleType originatingBuffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

originatingBuffer

public ModuleName originatingBuffer

content

public WorkspaceContent content
Constructor Detail

MockWorkspaceListener

MockWorkspaceListener()
Method Detail

receiveWorkspaceContent

public void receiveWorkspaceContent(ModuleName originatingBuffer,
                                    WorkspaceContent content)
Description copied from interface: WorkspaceListener
Receive NodeStructure content from ModuleType originatingBuffer

Specified by:
receiveWorkspaceContent in interface WorkspaceListener
Parameters:
originatingBuffer - source of content
content - sent content