public interface ItemStateLifeCycleListener
ItemStateLifeCycleListener
allows an implementing class to get
notifications about the life cycle of an item state.Modifier and Type | Method and Description |
---|---|
void |
statusChanged(ItemState state,
int previousStatus)
Called after an
ItemState has changed its status. |
void statusChanged(ItemState state, int previousStatus)
ItemState
has changed its status. The new
status can be retrieved by calling ItemState.getStatus()
.state
- the item state, which changed its status
.previousStatus
- the previous status of state
.Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.