|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScopeListener
A ScopeListener registers its interest in receiving
ScopeEvent notifications when the occur on a particular
Scope of interest.
| Method Summary | |
|---|---|
void |
beanAdded(ScopeEvent event)
Invoked when a new bean was added to this scope. |
void |
beanRemoved(ScopeEvent event)
Invoked when an existing bean was removed in this scope. |
void |
beanReplaced(ScopeEvent event)
Invoked when an existing bean was replaced in this scope. |
void |
scopeCleared(ScopeEvent event)
Invoked when the entire Scope is cleared. |
| Method Detail |
|---|
void beanAdded(ScopeEvent event)
scope.
event - The ScopeEvent that has occurredvoid beanRemoved(ScopeEvent event)
scope.
event - The ScopeEvent that has occurredvoid beanReplaced(ScopeEvent event)
scope.
event - The ScopeEvent that has occurredvoid scopeCleared(ScopeEvent event)
event - The ScopeEvent that has occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||