public interface PCCPage
Modifier and Type | Method and Description |
---|---|
void |
enteringPage()
Called after a page is made visible via a drilldown
|
String |
getLabel()
Retrieves the localizable text string used to identify this
page.
|
void |
recycle()
This method should perform any needed cleanup before the page is
reused to display data for a different account.
|
void enteringPage()
String getLabel()
void recycle()
Copyright © 2003, 2023, Oracle and/or its affiliates.