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

it.tidalwave.netbeans.util.test.Resettable Maven / Gradle / Ivy

There is a newer version: 1.0.62
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package it.tidalwave.netbeans.util.test;

/**
 *
 * @author fritz
 */
public interface Resettable
  {
    public void reset();
  }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy