public class StopButtonEvent extends EventObject
source
Constructor and Description |
---|
StopButtonEvent(Object source,
byte rawValue)
Constructs a StopButtonEvent.
|
Modifier and Type | Method and Description |
---|---|
byte |
getRawValue()
The raw data that signaled this event.
|
String |
toString() |
getSource
public StopButtonEvent(Object source, byte rawValue)
source
- The object on which the Event initially occurred.rawValue
- The raw data that signaled this event.IllegalArgumentException
- if source is null.public byte getRawValue()
public String toString()
toString
in class EventObject
Copyright © 2016–2023. All rights reserved.