public final class RemoveSignalMessage extends Message
Constructor and Description |
---|
RemoveSignalMessage(Identifier sender,
Identifier receiver,
long signalId)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getSignalId()
Returns the signal id.
|
int |
hashCode() |
String |
toString() |
getReceiver, getSender
public RemoveSignalMessage(Identifier sender, Identifier receiver, long signalId)
sender
- the senderreceiver
- the receiversignalId
- the signal idNullPointerException
- if receiver
is nullpublic long getSignalId()
public boolean equals(Object o)
equals
in class CommunicationUnit
public int hashCode()
hashCode
in class CommunicationUnit
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.