Version: 1.17
Date: 2004/04/25 11:08:52
Copyright: (C) 1995 Free Software Foundation, Inc.
- Declared in:
- Foundation/NSProtocolChecker.h
Standards:
- MacOS-X
- OpenStep
- GNUstep
Description forthcoming.
Description forthcoming.
Description forthcoming.
Allocates and initializes an NSProtocolChecker
instance by calling
-initWithTarget:protocol:
Autoreleases and returns the new instance.
Description forthcoming.
Initializes a newly allocated NSProtocolChecker
instance that will forward any messages in the
aProtocol protocol to anObject,
its delegate. Thus, the checker can be vended in lieu
of anObject to restrict the messages that can
be sent to anObject. If any method in the
protocol returns anObject, the checker
will replace the returned value with itsself rather
than the target object.
Returns the new
instance.
Returns the protocol object the checker uses to verify whether a given message should be forwarded to its delegate.
Returns the target of the NSProtocolChecker.