Lynkeos
|
Lightweight object for validating. More...
Instance Methods | |
(id) | - initWithDocument:windowController: |
Dedicated initializer. More... | |
(void) | - changeOfList: |
The document current list was changed. More... | |
Class Methods | |
(void) | + documentDidOpen: |
Process the notification of a new document creation. More... | |
(void) | + documentWillClose: |
Process the notification of document closing. More... | |
Protected Attributes | |
NSObject< LynkeosViewDocument > * | _document |
Our document. | |
NSObject < LynkeosWindowController > * | _window |
Our window controller. | |
Lightweight object for validating.
This object monitors the document for validating the process activation
- (void) changeOfList: | (NSNotification*) | notif |
The document current list was changed.
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.
notif | The notification |
+ (void) documentWillClose: | (NSNotification*) | notif |
Process the notification of document closing.
notif | The notification |
- (id) initWithDocument: | (NSObject <LynkeosViewDocument>*) | document | |
windowController: | (NSObject <LynkeosWindowController> *) | window | |
Dedicated initializer.
document | The document to monitor |
window | The window controller to monitor |
References _document, _window, and changeOfList:.