org.mortbay.component
Class Container.Relationship

java.lang.Object
  extended byorg.mortbay.component.Container.Relationship
Enclosing class:
Container

public static class Container.Relationship
extends Object

A Container event.

See Also:
Listener

Method Summary
 Object getChild()
           
 Object getParent()
           
 String getRelationship()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getChild

public Object getChild()

getParent

public Object getParent()

getRelationship

public String getRelationship()

toString

public String toString()