Uses of Enum Class
com.nnamo.enums.RealtimeStatus
Packages that use RealtimeStatus
Package
Description
-
Uses of RealtimeStatus in com.nnamo.enums
Methods in com.nnamo.enums that return RealtimeStatusModifier and TypeMethodDescriptionstatic RealtimeStatus
Returns the enum constant of this class with the specified name.static RealtimeStatus[]
RealtimeStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RealtimeStatus in com.nnamo.interfaces
Methods in com.nnamo.interfaces with parameters of type RealtimeStatusModifier and TypeMethodDescriptionvoid
RealtimeStatusChangeListener.onChange
(RealtimeStatus newStatus) void
SwitchBarListener.onSwitch
(RealtimeStatus newStatus) -
Uses of RealtimeStatus in com.nnamo.services
Methods in com.nnamo.services that return RealtimeStatusMethods in com.nnamo.services with parameters of type RealtimeStatusModifier and TypeMethodDescriptionvoid
RealtimeGtfsService.setRealtimeStatus
(RealtimeStatus newStatus) -
Uses of RealtimeStatus in com.nnamo.view.customcomponents
Methods in com.nnamo.view.customcomponents with parameters of type RealtimeStatusModifier and TypeMethodDescriptionvoid
CustomSwitchBar.setStatus
(RealtimeStatus status) Sets the status of the switch bar to the specifiedRealtimeStatus
. -
Uses of RealtimeStatus in com.nnamo.view.custompanels
Methods in com.nnamo.view.custompanels with parameters of type RealtimeStatusModifier and TypeMethodDescriptionvoid
LeftPanel.setRealtimeStatus
(RealtimeStatus status) void
SettingsPanel.setRealtimeStatus
(RealtimeStatus status) Sets the currentRealtimeStatus
for the online status switch bar. -
Uses of RealtimeStatus in com.nnamo.view.frame
Methods in com.nnamo.view.frame with parameters of type RealtimeStatusModifier and TypeMethodDescriptionvoid
MainFrame.setRealtimeStatus
(RealtimeStatus status) Sets the real-time status in the left panel.