Method that is called when an instruction has finished processing a new current item and is ready to select a new current item or revert to the previous current item. The method will be called before the leave() method for the instruction that made this item current.
@param currentItem the item that was current, whose processing is now complete. This will representthe same underlying item as the corresponding startCurrentItem() call, though it will not necessarily be the same actual object.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.