Package gov.usgs.earthquake.distribution
Interface Notification
- All Known Implementing Classes:
DefaultNotification,JsonNotification,URLNotification
public interface Notification
A Notification describes an updated product that is available.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(Notification that) A comparison method to see if two notifications are equal.How long the product is available.The product that is available.
-
Method Details