Last change
on this file since 158 was 35, checked in by Nicholas Riley, 22 years ago |
Nathan Day's NDAppleScript and related classes, somewhat modified.
Still need to commit Nathan's changes to NDResourceFork.
|
File size:
652 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * NDAppleScriptObject_Protocols.h
|
---|
3 | * NDAppleScriptObjectProject
|
---|
4 | *
|
---|
5 | * Created by Nathan Day on Sat Feb 16 2002.
|
---|
6 | * Copyright (c) 2001 Nathan Day. All rights reserved.
|
---|
7 | *
|
---|
8 | */
|
---|
9 |
|
---|
10 | #import <Foundation/Foundation.h>
|
---|
11 | #import <Carbon/Carbon.h>
|
---|
12 |
|
---|
13 | @protocol NDAppleScriptObjectSendEvent <NSObject>
|
---|
14 | - (NSAppleEventDescriptor *)sendAppleEvent:(NSAppleEventDescriptor *)theAppleEventDescriptor sendMode:(AESendMode)aSendMode sendPriority:(AESendPriority)aSendPriority timeOutInTicks:(long)aTimeOutInTicks idleProc:(AEIdleUPP)anIdleProc filterProc:(AEFilterUPP)aFilterProc;
|
---|
15 | @end
|
---|
16 |
|
---|
17 | @protocol NDAppleScriptObjectActive <NSObject>
|
---|
18 | - (BOOL)appleScriptActive;
|
---|
19 | @end
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.