|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.beanfabrics.context.ContextEvent
org.beanfabrics.context.ParentAddedEvent
public class ParentAddedEvent
An event which indicates that another context has been added as as a parent context to the event source.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ParentAddedEvent(Context source,
Context parent)
Constructs a ParentAddedEvent . |
Method Summary | |
---|---|
Context |
getParent()
Returns the context that has been added as a parent to the event source. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParentAddedEvent(Context source, Context parent)
ParentAddedEvent
.
source
- parent
- Method Detail |
---|
public Context getParent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |