The Interface Editor enables you
to build interface objects that consist of method definitions (the
method name and method signature). The methods defined in an interface
are implemented on the classes that implement that interface. Typically,
interfaces are used by models and views to establish model/view communications.
To open the Interface
Editor, double-click an existing interface in the SAS Explorer, or
create a new interface via the SAS Explorer or the BUILD command (for
example,
build work.a.a.intrface
). For more
information on how to use the Interface Editor, see “Interfaces”
in the
SAS/AF online Help.
For more information on using interfaces, see
Interfaces.