Class | Description |
---|---|
AccessBeanEvent |
Event which gets fired as soon as a bean within a CODI scope is accessed.
Attention:
It's deactivated per default.
|
BeanEvent |
Base class for all events related to beans.
|
CloseConversationEvent |
Event which gets fired directly before a conversation gets closed.
Attention: It's deactivated per default.
|
CloseWindowContextEvent |
Event which gets fired directly before the current
WindowContext gets closed.
Attention: It's deactivated per default. |
ConversationEvent |
Base class for all events related to conversations.
|
CreateWindowContextEvent |
Event which gets fired as soon as a
WindowContext was created.
Attention: It's deactivated per default. |
RestartConversationEvent |
Event which gets fired directly before a conversation gets restarted.
Attention: It's deactivated per default.
|
ScopeBeanEvent |
Event which gets fired as soon as a bean gets added to one of the CODI scopes.
Attention:
It's deactivated per default.
|
StartConversationEvent |
Event which gets fired directly after a conversation was started.
Attention: It's deactivated per default.
|
UnscopeBeanEvent |
Event which gets fired as soon as a bean gets removed from one of the CODI scopes.
Attention:
It's deactivated per default.
|
WindowContextEvent |
Base class for all events related to
WindowContext . |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.