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

it.amattioli.workstate.info.Visitor Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package it.amattioli.workstate.info;

/**
 * An object that can visit data structures.
 * 
 */
public interface Visitor {
  
  public void visit(Receiver receiver);
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy