|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.actions.Action
public abstract class Action
This is an abstract class which implements the IBOBAction
to defined a based implementation for an action used in the BOB Blackberry client.
All of the stock actions extends this class such as AlertAction
,
ScreenAction
, SyncAction
, and etc.
IBOBAction
,
ActionList
,
AlertAction
,
AlertErrorAction
,
AlertQuestionAction
,
BinaryDownloadAction
,
BinaryUploadAction
,
CloseScreenAction
,
DisableScreenSaverAction
,
EnableScreenSaverAction
,
ExitAction
,
LockClientAction
,
LoginAction
,
LogoutAction
,
NoOpAction
,
PersistAction
,
RefreshAction
,
RIMPimAppAction
,
SaveMobileDataContextAction
,
SubmitAction
,
SyncAction
,
SyncPublicationAction
,
TabAction
Constructor Summary | |
---|---|
Action()
|
Method Summary | |
---|---|
void |
finish(boolean success)
(non-Javadoc) |
boolean |
hasFailed()
(non-Javadoc) |
boolean |
isProcessing()
(non-Javadoc) |
void |
setHasFailed(boolean bol)
(non-Javadoc) |
void |
setIsProcessing(boolean bol)
(non-Javadoc) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
---|
run |
Constructor Detail |
---|
public Action()
Method Detail |
---|
public boolean hasFailed()
hasFailed
in interface IBOBAction
true
if the action failed otherwise false
IBOBAction.hasFailed()
public void setHasFailed(boolean bol)
setHasFailed
in interface IBOBAction
bol
- true
if the action failed otherwise false
IBOBAction.setHasFailed(boolean bol)
public boolean isProcessing()
isProcessing
in interface IBOBAction
true
if the action is current being processed otherwise false
IBOBAction.isProcessing()
public void setIsProcessing(boolean bol)
setIsProcessing
in interface IBOBAction
bol
- true
if action is processing else false
IBOBAction.setIsProcessing(boolean bol)
public void finish(boolean success)
finish
in interface IBOBAction
success
- true
if the action succeeded otherwise false
IBOBAction.finish(boolean success)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |