public interface ContextPartitionStateListener
ContextStateListener
for context-creation and state.}Modifier and Type | Method and Description |
---|---|
void |
onContextActivated(ContextStateEventContextActivated event)
Invoked when a context is activated.
|
void |
onContextDeactivated(ContextStateEventContextDeactivated event)
Invoked when a context is de-activated.
|
void |
onContextPartitionAllocated(ContextStateEventContextPartitionAllocated event)
Invoked when a context partition is allocated, provided once per context
and per partition independent of the number of statements.
|
void |
onContextPartitionDeallocated(ContextStateEventContextPartitionDeallocated event)
Invoked when a context partition is destroyed, provided once per context
and per partition independent of the number of statements.
|
void |
onContextStatementAdded(ContextStateEventContextStatementAdded event)
Invoked when a statement is added to a context.
|
void |
onContextStatementRemoved(ContextStateEventContextStatementRemoved event)
Invoked when a statement is removed from a context.
|
void onContextActivated(ContextStateEventContextActivated event)
event
- eventvoid onContextDeactivated(ContextStateEventContextDeactivated event)
event
- eventvoid onContextStatementAdded(ContextStateEventContextStatementAdded event)
event
- eventvoid onContextStatementRemoved(ContextStateEventContextStatementRemoved event)
event
- eventvoid onContextPartitionAllocated(ContextStateEventContextPartitionAllocated event)
event
- eventvoid onContextPartitionDeallocated(ContextStateEventContextPartitionDeallocated event)
event
- event