Bungee Logic : Site : Interface
Page Status: Beta
Contents |
[edit] Purpose
An Interface site defines which interface is used.
[edit] How to Use
Consider the following code snippet:
view.formInterface = LBInterface;
The right-hand side of the declaration is for interface LBInterface.
It specifies that for view.formInterface, use the interface called LBInterface.



