
javax.tv.service.SIRetrievable Maven / Gradle / Ivy
The newest version!
/*
* @(#)SIRetrievable.java 1.3 00/08/06
*
* Copyright 1998-2000 by Sun Microsystems, Inc.,
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
* All rights reserved.
*
* This software is the confidential and proprietary information
* of Sun Microsystems, Inc. ("Confidential Information"). You
* shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement
* you entered into with Sun.
*/
package javax.tv.service;
import java.util.Date;
/**
* This interface is implemented by objects that are retrieved from SI
* data in the broadcast.
*/
public interface SIRetrievable {
/**
* Returns the time when this object was last updated from data in
* the broadcast.
*
* @return The date of the last update in UTC format, or null
* if unknown.
*/
public abstract Date getUpdateTime();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy