public abstract class PostponedAction extends Object
Constructor and Description |
---|
PostponedAction(Page owningPage,
String description)
C'tor.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
execute()
Execute the action.
|
protected Page |
getOwningPage()
Gets the owning page.
|
boolean |
isStillAlive()
Indicates if the action still needs to be executed.
|
String |
toString() |
protected Page getOwningPage()
null
if it has already been GCedpublic abstract void execute() throws Exception
Exception
- if it failspublic boolean isStillAlive()
true
if the action needs to be executedCopyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.