6 // Michael Kircher (mk1@cs.wustl.edu)
9 // This is the interface for Java Beans.
11 // ============================================================================
14 public interface VisComp
extends java
.util
.Observer
{
16 public void setName (String title
);
17 public int getProperty ();