public class HeartbeatEvent extends EventObject
source
Constructor and Description |
---|
HeartbeatEvent(UI ui,
long heartbeatTime)
Constructs a heartbeat Event.
|
Modifier and Type | Method and Description |
---|---|
long |
getHeartbeatTime() |
UI |
getSource() |
toString
public HeartbeatEvent(UI ui, long heartbeatTime)
ui
- UI for which the Event occurredheartbeatTime
- value for the heartbeatpublic long getHeartbeatTime()
public UI getSource()
getSource
in class EventObject
Copyright © 2023. All rights reserved.