|
|||||||||
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.ServiceAddedEvent
public class ServiceAddedEvent
An event which indicates that a service entry has been added to the event source.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ServiceAddedEvent(Context source,
ServiceEntry serviceEntry)
Constructs a ServiceAddedEvent . |
Method Summary | |
---|---|
ServiceEntry |
getServiceEntry()
Returns the service entry that has been added to this event's 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 ServiceAddedEvent(Context source, ServiceEntry serviceEntry)
ServiceAddedEvent
.
source
- serviceEntry
- Method Detail |
---|
public ServiceEntry getServiceEntry()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |