org.rococoa.cocoa.ats
Interface ATSLibrary.ATSNotificationCallback

All Superinterfaces:
Callback
Enclosing interface:
ATSLibrary

public static interface ATSLibrary.ATSNotificationCallback
extends Callback

ATSNotificationCallback

Discussion:
Callback delivered for ATS notifications.

Parameters:

info:
Parameter is placed here for future improvements. Initially
the contents of this parameter will be NULL.

refCon:
User data/state to be supplied to callback function
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ATS.framework/Headers/ATSFont.h


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Callback
Callback.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 void invoke(ATSLibrary.ATSFontNotificationInfoRef_ info, Pointer refCon)
           
 

Method Detail

invoke

void invoke(ATSLibrary.ATSFontNotificationInfoRef_ info,
            Pointer refCon)


Copyright © 2009. All Rights Reserved.