|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lyra.AbstractBlock
org.lyra.Block.NullBlock
public class NullBlock
As the name implies, null block will not block anything. Instead the commands to block will be stub functions.
Constructor Summary | |
---|---|
NullBlock()
|
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns the message currently being displayed. |
void |
setMessage(java.lang.String msg)
Permits an update of the notice message displayed. |
void |
startBlock()
Starts the blocking capability. |
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 NullBlock()
Method Detail |
---|
public void startBlock()
AbstractBlock
startBlock
in class AbstractBlock
public void stopBlock()
AbstractBlock
stopBlock
in class AbstractBlock
public void setMessage(java.lang.String msg)
AbstractBlock
setMessage
in class AbstractBlock
msg
- String containing new message.public java.lang.String getMessage()
AbstractBlock
getMessage
in class AbstractBlock
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |