Difference between revisions of "Outlet"

From GNUstepWiki
Jump to navigation Jump to search
 
(added links)
Line 1: Line 1:
An [[instance_variable|instance variable]] that points to another object.
+
A special [[instance_variable|instance variable]] that points to another [[object]].
  
Outlet instance variables are a way for an object to keep track of the other objects to which it may need to send messages.
+
Outlet [[instance_variable|instance variables]] are a way for an [[object]] to keep track of the other objects to which it may need to send [[message|messages]].

Revision as of 11:58, 31 August 2005

A special instance variable that points to another object.

Outlet instance variables are a way for an object to keep track of the other objects to which it may need to send messages.