Uses of Class
com.jniwrapper.macosx.cocoa.aedatamodel.AppleEvent

Packages that use AppleEvent
com.jniwrapper.macosx.cocoa.aedatamodel   
com.jniwrapper.macosx.cocoa.nsappleeventmanager   
 

Uses of AppleEvent in com.jniwrapper.macosx.cocoa.aedatamodel
 

Methods in com.jniwrapper.macosx.cocoa.aedatamodel that return AppleEvent
 AppleEvent AppleEventPtr.getValue()
           
 

Constructors in com.jniwrapper.macosx.cocoa.aedatamodel with parameters of type AppleEvent
AppleEventPtr(AppleEvent value)
           
 

Uses of AppleEvent in com.jniwrapper.macosx.cocoa.nsappleeventmanager
 

Methods in com.jniwrapper.macosx.cocoa.nsappleeventmanager with parameters of type AppleEvent
 OSErr NSAppleEventManager.dispatchRawAppleEvent_withRawReply_handlerRefCon(AppleEvent theAppleEvent, AppleEvent theReply, com.jniwrapper.UInt32 handlerRefCon)
          This method represents the dispatchRawAppleEvent() method of the NSAppleEventManager Objective-C class.