Difference between revisions of "Trampoline"

From GNUstepWiki
Jump to navigation Jump to search
(Definition)
 
(Forgot the category)
Line 1: Line 1:
 
A '''trampoline''' is an [[object]] returned by a [[method]]that acts like a [[delegate]], "bouncing" a [[message]] on to another object.
 
A '''trampoline''' is an [[object]] returned by a [[method]]that acts like a [[delegate]], "bouncing" a [[message]] on to another object.
 +
 +
[[Category:Objective-C]]

Revision as of 10:39, 28 June 2006

A trampoline is an object returned by a methodthat acts like a delegate, "bouncing" a message on to another object.