|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mortbay.component.Container.Event
public static class Container.Event
A Container event.
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 |
---|
private Object _parent
private Object _child
private String _relationship
Constructor Detail |
---|
private Container.Event(Object parent, Object child, String relationship)
Method Detail |
---|
public Object getChild()
public Object getParent()
public String getRelationship()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |