[ Previous section | Next section | This Package | Package List | Table of Contents ]

Interface PageVerifier

public interface extend.awt.PageVerifier {
   public abstract boolean okToChangePage()
}
The PageVerifier interface is used by the Notebook class to allow callback verification of a page's data before it is allowed to be covered up by another page.

Methods

okToChangePage

public boolean okToChangePage ()
This method must determine whether or not the current notebook page may be moved off the top.

Returns:
This method returns boolean. If the result is 'true', the request for a new page will be granted and the visible notebook page updated. Otherwise, the user will be left on the current page.

[ Previous section | Next section | This Package | Package List | Table of Contents ]