apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser
Class BlockUserMathPadMessage
java.lang.Object
synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.ControllerToUserMessage
apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.BlockUserMathPadMessage
- All Implemented Interfaces:
- java.io.Serializable, Message
public class BlockUserMathPadMessage
- extends ControllerToUserMessage
The Class BlockUserMathPadMessage.
- See Also:
- Serialized Form
|
Method Summary |
void |
blockPad(boolean isBlocked)
Block pad. |
boolean |
isBlockPad()
Checks if is block pad. |
| Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage |
getSender |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockUserMathPadMessage
public BlockUserMathPadMessage(java.lang.Class<?> targetClass,
TableIdentity tableId,
UserIdentity userId,
boolean isBlocked)
- Instantiates a new block user math pad message.
- Parameters:
targetClass - the target classtableId - the table iduserId - the user idisBlocked - the is blocked
blockPad
public void blockPad(boolean isBlocked)
- Block pad.
- Parameters:
isBlocked - the is blocked
isBlockPad
public boolean isBlockPad()
- Checks if is block pad.
- Returns:
- true, if is block pad