Example usage for org.apache.wicket.util.watch IModifiable interface-usage

List of usage examples for org.apache.wicket.util.watch IModifiable interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.util.watch IModifiable interface-usage.

Usage

From source file org.cast.cwm.IInputStreamProvider.java

/**
 * An object that can provide an InputStream on request,
 * and an indication of when the data backing that stream was last modified.
 * 
 * Objects of this sort are serializable and can be passed and stored as data sources.
 */

From source file org.sakaiproject.scorm.ui.player.util.ContentPackageWebResource.java

public class ContentPackageWebResource extends WebResource implements IModifiable {

    private static final long serialVersionUID = 1L;

    private static final String[] candidateCompressionContentTypes = { "text/html", "text/javascript", "text/css" };