home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / VCAFE.3.0A / Main.bin / SyntheticProperty.java < prev    next >
Text File  |  1998-10-25  |  280b  |  13 lines

  1. /*
  2.  * Copyright 1998 Symantec Corporation, All Rights Reserved.
  3.  */
  4.  
  5. package com.symantec.itools.vcafe.openapi.beans;
  6.  
  7. import com.symantec.itools.vcafe.openapi.VisualObject;
  8.  
  9. public interface SyntheticProperty
  10. {
  11.     void editVisualObject(VisualObject visualObject);
  12. }
  13.