The generic function
interface-display
is called by display to display an interface on screen.
The primary method for interface actually does the work. You can add
:before
methods on your own interface classes for code that needs to be executed just before the interface appears, and
:after
methods for code that needs to be executed just after the interface appears.
Note:
interface-display
is called in the process of
interface
.