org.rococoa.cocoa.instantmessage
Interface InstantMessageLibrary

All Superinterfaces:
Library

public interface InstantMessageLibrary
extends Library

JNA Wrapper for library InstantMessage
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 InstantMessageLibrary.IMAVManagerState
           
static class InstantMessageLibrary.IMAVManagerStateChangedNotification
          Received from IMService's custom notification center.
static class InstantMessageLibrary.IMAVManagerURLToShareChangedNotification
          Received from IMService's custom notification center.
static class InstantMessageLibrary.IMCapabilityAudioConference
           
static class InstantMessageLibrary.IMCapabilityDirectIM
           
static class InstantMessageLibrary.IMCapabilityFileSharing
           
static class InstantMessageLibrary.IMCapabilityFileTransfer
           
static class InstantMessageLibrary.IMCapabilityText
           
static class InstantMessageLibrary.IMCapabilityVideoConference
           
static class InstantMessageLibrary.IMMyStatusChangedNotification
          Received from IMService's custom notification center.
static class InstantMessageLibrary.IMPersonAVBusyKey
           
static class InstantMessageLibrary.IMPersonCapabilitiesKey
           
static class InstantMessageLibrary.IMPersonEmailKey
          Person's e-mail address.
static class InstantMessageLibrary.IMPersonFirstNameKey
          Person's first name.
static class InstantMessageLibrary.IMPersonIdleSinceKey
           
static class InstantMessageLibrary.IMPersonInfoChangedNotification
          Received from IMService's custom notification center.
static class InstantMessageLibrary.IMPersonLastNameKey
          Person's last name.
static class InstantMessageLibrary.IMPersonPictureDataKey
           
static class InstantMessageLibrary.IMPersonScreenNameKey
           
static class InstantMessageLibrary.IMPersonServiceNameKey
           
static interface InstantMessageLibrary.IMPersonStatus
           
static class InstantMessageLibrary.IMPersonStatusChangedNotification
          Received from IMService's custom notification center.
static class InstantMessageLibrary.IMPersonStatusKey
           
static class InstantMessageLibrary.IMPersonStatusMessageKey
           
static interface InstantMessageLibrary.IMServiceStatus
           
static class InstantMessageLibrary.IMServiceStatusChangedNotification
          Received from IMService's custom notification center.
static class InstantMessageLibrary.IMStatusImagesChangedAppearanceNotification
          Received from IMService's custom notification center.
static interface InstantMessageLibrary.IMVideoOptimizationOptions
           
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler
 
Field Summary
static InstantMessageLibrary INSTANCE
           
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 int IMComparePersonStatus(int status, int compareTo)
           
 

Field Detail

INSTANCE

static final InstantMessageLibrary INSTANCE
Method Detail

IMComparePersonStatus

int IMComparePersonStatus(int status,
                          int compareTo)
See Also:
org.rococoa.cocoa.foundation.FoundationLibrary#NSComparisonResult