Next Prev Up Top Contents Index

reinitialize-interface

Generic Function
Summary

Reinitializes an existing interface.

Signature

reinitialize-interface interface &rest initargs

Description

The generic function reinitialize-interface reinitializes an existing instance of a subclass of interface.

reinitialize-interface is called automatically by find-interface when this re-uses an interface.

You can add methods to specialize on subclasses of interface which you define.

See also

find-interface
interface-reuse-p


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index