|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSCopyLinkMoveHandler
These delegate methods are for the use of the deprecated handler-taking methods on NSFileManager for copying, moving, linking or deleting files.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static interface |
NSCopyLinkMoveHandler._static_
|
Method Summary | |
---|---|
boolean |
fileManager_shouldProceedAfterError(NSFileManager fm,
NSDictionary errorInfo)
Original signature : -(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSDictionary*) from NSCopyLinkMoveHandler native declaration : NSFileManager.h:249 |
void |
fileManager_willProcessPath(NSFileManager fm,
NSString path)
Original signature : -(void)fileManager:(NSFileManager*) willProcessPath:(NSString*) from NSCopyLinkMoveHandler native declaration : NSFileManager.h:250 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
boolean fileManager_shouldProceedAfterError(NSFileManager fm, NSDictionary errorInfo)
-(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSDictionary*)
void fileManager_willProcessPath(NSFileManager fm, NSString path)
-(void)fileManager:(NSFileManager*) willProcessPath:(NSString*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |