|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IRogNode.PoolingListener
Used to listen on when an ROG node goes in and out of pools
Method Summary | |
---|---|
void |
onDispose(IRogNode node)
Invoked when the underlying ROG node enters a pool. |
void |
onUndispose(IRogNode node)
Invoked when the underlying ROG node is resucitated from the pool. |
Method Detail |
---|
void onDispose(IRogNode node)
node
- The node that entered the pool.void onUndispose(IRogNode node)
node
- The resucitated node.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |