public class AlertViewer extends Object implements AlertListener
| Constructor and Description |
|---|
AlertViewer(LsstAlertPlugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
void |
ensureVisible() |
static String |
formatTimeStamp(java.time.Instant instant) |
static String |
formatTimeStamp(long millis) |
void |
onAlert(AlertEvent event)
Processes an alert event triggered by raised or cleared alerts.
|
void |
update(AlertEvent event) |
public AlertViewer(LsstAlertPlugin plugin)
public void onAlert(AlertEvent event)
AlertListeneronAlert in interface AlertListenerevent - Event to process.public void update(AlertEvent event)
public void ensureVisible()
public static String formatTimeStamp(long millis)
public static String formatTimeStamp(java.time.Instant instant)
Copyright © 2016 LSST. All rights reserved.