MyImageAnalyzerMonitor Class Reference
[Processing classes]

Lightweight object for validating. More...

Inheritance diagram for MyImageAnalyzerMonitor:

Inheritance graph
[legend]
Collaboration diagram for MyImageAnalyzerMonitor:

Collaboration graph
[legend]

List of all members.

Public Member Functions

(id) - initWithDocument:windowController:
 Dedicated initializer.
(void) - changeOfList:
 The document current list was changed.

Static Public Member Functions

(void) + documentDidOpen:
 Process the notification of a new document creation.
(void) + documentWillClose:
 Process the notification of document closing.

Protected Attributes

NSObject< LynkeosViewDocument > * _document
 Our document.
NSObject
< LynkeosWindowController > * 
_window
 Our window controller.


Detailed Description

Lightweight object for validating.

This object monitors the document for validating the process activation


Member Function Documentation

- (void) changeOfList: (NSNotification*)  notif  

The document current list was changed.

Parameters:
notif The notification

References _document, and _window.

Referenced by initWithDocument:windowController:.

+ (void) documentDidOpen: (NSNotification*)  notif  

Process the notification of a new document creation.

It will be used to create a monitor object for the document.

Parameters:
notif The notification

+ (void) documentWillClose: (NSNotification*)  notif  

Process the notification of document closing.

Parameters:
notif The notification

- (id) initWithDocument: (NSObject <LynkeosViewDocument>*)  document
windowController: (NSObject <LynkeosWindowController> *)  window 

Dedicated initializer.

Parameters:
document The document to monitor
window The window controller to monitor
Returns:
Initialized

References _document, _window, and changeOfList:.


The documentation for this class was generated from the following file:

Generated on Fri Dec 19 16:35:42 2008 for Lynkeos by  doxygen 1.5.7.1