Developer Documentation
PATH  Mac OS X Documentation > Application Kit Reference: Java


[Previous] [Interface List] [Next]

NSDPSContextNotification


Adopted by: no OpenStep classes
Declared in: AppKit/NSDPSContext.h


Interface Description


The NSDPSContextNotification protocol supplies information about the execution status of a sequence of PostScript commands previously sent to the Display PostScript server.



Interface Methods



contextFinishedExecuting:

- (void)contextFinishedExecuting:(NSDPSContext *)context

Notifies the receiver that the context has finished executing a batch of PostScript commands. See notifyObjectWhenFinishedExecuting: (NSDPSContext).


[Previous] [Next]