|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lyra.AbstractBlock
public abstract class AbstractBlock
An abstract class which provides a consistent interface for other classes to access when wanting to block a user interface. This permits us to change or provide choice in the blocking method without major code changes.
Constructor Summary | |
---|---|
AbstractBlock()
|
Method Summary | |
---|---|
abstract java.lang.String |
getMessage()
Returns the message currently being displayed. |
abstract void |
setMessage(java.lang.String msg)
Permits an update of the notice message displayed. |
abstract void |
startBlock()
Starts the blocking capability. |
abstract void |
stopBlock()
Notice of blocked interface is removed and control returned to the user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractBlock()
Method Detail |
---|
public abstract void startBlock()
public abstract void stopBlock()
public abstract void setMessage(java.lang.String msg)
msg
- String containing new message.public abstract java.lang.String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |