Package org.robovm.apple.coremidi
Class MIDIObjectPropertyChangeNotification
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MIDIObjectPropertyChangeNotification>
org.robovm.apple.coremidi.MIDIObjectPropertyChangeNotification
- All Implemented Interfaces:
Iterable<MIDIObjectPropertyChangeNotification>
public class MIDIObjectPropertyChangeNotification extends Struct<MIDIObjectPropertyChangeNotification>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIObjectPropertyChangeNotification.MIDIObjectPropertyChangeNotificationPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MIDIObjectPropertyChangeNotification()MIDIObjectPropertyChangeNotification(MIDINotificationMessageID messageID, int messageSize, MIDIObject object, MIDIObjectType objectType, String propertyName) -
Method Summary
Modifier and Type Method Description MIDINotificationMessageIDgetMessageID()intgetMessageSize()MIDIObjectgetObject()MIDIObjectTypegetObjectType()StringgetPropertyName()MIDIObjectPropertyChangeNotificationsetMessageID(MIDINotificationMessageID messageID)MIDIObjectPropertyChangeNotificationsetMessageSize(int messageSize)MIDIObjectPropertyChangeNotificationsetObject(MIDIObject object)MIDIObjectPropertyChangeNotificationsetObjectType(MIDIObjectType objectType)MIDIObjectPropertyChangeNotificationsetPropertyName(String propertyName)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
MIDIObjectPropertyChangeNotification
public MIDIObjectPropertyChangeNotification() -
MIDIObjectPropertyChangeNotification
public MIDIObjectPropertyChangeNotification(MIDINotificationMessageID messageID, int messageSize, MIDIObject object, MIDIObjectType objectType, String propertyName)
-
-
Method Details
-
getMessageID
-
setMessageID
-
getMessageSize
public int getMessageSize() -
setMessageSize
-
getObject
-
setObject
-
getObjectType
-
setObjectType
-
getPropertyName
-
setPropertyName
-