/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/
package ModelingInColor.Notation;
public interface Interface2 {
int method();
}
|