public abstract class PostponedAction extends Object
Constructor and Description |
---|
PostponedAction(Page owningPage)
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.
|
public PostponedAction(Page owningPage)
owningPage
- the page that initiates this actionprotected 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–2015 Gargoyle Software Inc.. All rights reserved.