|
|||||||||
| Home >> All >> org >> jbpm >> util >> experimental >> [ container overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbpm.util.experimental.container
Interface Removable

- public interface Removable
is an object that can be removed from the Container.
| Method Summary | |
void |
addRemoveListener(RemoveListener removeListener)
|
void |
removeRemoveListener(RemoveListener removeListener)
|
void |
removing()
is callback method, called when this object is being removed from the container. |
| Method Detail |
removing
public void removing()
- is callback method, called when this object is being
removed from the container.
addRemoveListener
public void addRemoveListener(RemoveListener removeListener)
removeRemoveListener
public void removeRemoveListener(RemoveListener removeListener)
|
|||||||||
| Home >> All >> org >> jbpm >> util >> experimental >> [ container overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC