org.biojava.bio.structure.server
Class DemoStructureServer

java.lang.Object
  extended by org.biojava.bio.structure.server.DemoStructureServer
All Implemented Interfaces:
java.lang.Runnable, StructureListener

public class DemoStructureServer
extends java.lang.Object
implements java.lang.Runnable, StructureListener


Field Summary
 StructureServer server
           
 
Constructor Summary
DemoStructureServer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void modifiedStructure(StructureEvent event)
           
 void newStructure(StructureEvent event)
           
 void obsoleteStructure(StructureEvent event)
           
 void run()
           
 void setServer(StructureServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server

public StructureServer server
Constructor Detail

DemoStructureServer

public DemoStructureServer()
Method Detail

main

public static void main(java.lang.String[] args)

setServer

public void setServer(StructureServer server)

run

public void run()
Specified by:
run in interface java.lang.Runnable

modifiedStructure

public void modifiedStructure(StructureEvent event)
Specified by:
modifiedStructure in interface StructureListener

newStructure

public void newStructure(StructureEvent event)
Specified by:
newStructure in interface StructureListener

obsoleteStructure

public void obsoleteStructure(StructureEvent event)
Specified by:
obsoleteStructure in interface StructureListener