|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSNetServiceDelegateMethods
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 |
NSNetServiceDelegateMethods._static_
|
Method Summary | |
---|---|
void |
netService_didNotPublish(NSNetService sender,
NSDictionary errorDict)
Sent to the NSNetService instance's delegate when an error in publishing the instance occurs. |
void |
netService_didNotResolve(NSNetService sender,
NSDictionary errorDict)
Sent to the NSNetService instance's delegate when an error in resolving the instance occurs. |
void |
netService_didUpdateTXTRecordData(NSNetService sender,
NSData data)
Sent to the NSNetService instance's delegate when the instance is being monitored and the instance's TXT record has been updated. |
void |
netServiceDidPublish(NSNetService sender)
Sent to the NSNetService instance's delegate when the publication of the instance is complete and successful. |
void |
netServiceDidResolveAddress(NSNetService sender)
Sent to the NSNetService instance's delegate when one or more addresses have been resolved for an NSNetService instance. |
void |
netServiceDidStop(NSNetService sender)
Sent to the NSNetService instance's delegate when the instance's previously running publication or resolution request has stopped. |
void |
netServiceWillPublish(NSNetService sender)
Sent to the NSNetService instance's delegate prior to advertising the service on the network. |
void |
netServiceWillResolve(NSNetService sender)
Sent to the NSNetService instance's delegate prior to resolving a service on the network. |
Method Detail |
---|
void netServiceWillPublish(NSNetService sender)
-(void)netServiceWillPublish:(NSNetService*)
void netServiceDidPublish(NSNetService sender)
-(void)netServiceDidPublish:(NSNetService*)
void netService_didNotPublish(NSNetService sender, NSDictionary errorDict)
-(void)netService:(NSNetService*) didNotPublish:(NSDictionary*)
void netServiceWillResolve(NSNetService sender)
-(void)netServiceWillResolve:(NSNetService*)
void netServiceDidResolveAddress(NSNetService sender)
-(void)netServiceDidResolveAddress:(NSNetService*)
void netService_didNotResolve(NSNetService sender, NSDictionary errorDict)
-(void)netService:(NSNetService*) didNotResolve:(NSDictionary*)
void netServiceDidStop(NSNetService sender)
-(void)netServiceDidStop:(NSNetService*)
void netService_didUpdateTXTRecordData(NSNetService sender, NSData data)
-(void)netService:(NSNetService*) didUpdateTXTRecordData:(NSData*)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |