WikiPageRenameEvent extends WikiPageEvent to indicate a change in the name of a WikiPage.
This reuses {@link #getPageName()} to return the new name of thepage, with {@link #getOldPageName()} returning the old name.
@see org.apache.wiki.event.WikiPageEvent
@since 2.5.108
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.