org.mortbay.component
Class Container.Event

java.lang.Object
  extended by org.mortbay.component.Container.Event
Enclosing class:
Container

public static class Container.Event
extends Object

A Container event.

See Also:
Container.Listener

Field Summary
private  Object _child
           
private  Object _parent
           
private  String _relationship
           
 
Constructor Summary
private Container.Event(Object parent, Object child, String relationship)
           
 
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
 

Field Detail

_parent

private Object _parent

_child

private Object _child

_relationship

private String _relationship
Constructor Detail

Container.Event

private Container.Event(Object parent,
                        Object child,
                        String relationship)
Method Detail

getChild

public Object getChild()

getParent

public Object getParent()

getRelationship

public String getRelationship()

toString

public String toString()
Overrides:
toString in class Object