All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.webkit.DisposerRecord Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
 */
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package com.sun.webkit;

/**
 * This class is used to hold the resource to be
 * disposed.
 */
public interface DisposerRecord {
    public void dispose();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy