Package | Description |
---|---|
jsensor.nodes.events |
Modifier and Type | Method and Description |
---|---|
SendType |
SendingEvent.getSendType() |
static SendType |
SendType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SendType[] |
SendType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SendingEvent.setSendType(SendType SendType) |
Constructor and Description |
---|
SendingEvent(Message message,
Node sender,
Node target,
double delayTime,
SendType SendType) |