public class TagEvent extends Event
NativeObject.Initializer
defaultInit, LIFECYCLE, ownsHandle
Constructor and Description |
---|
TagEvent(NativeObject.Initializer init)
This constructor is for internal use only.
|
TagEvent(TagList taglist)
Creates a new TagEvent.
|
Modifier and Type | Method and Description |
---|---|
TagList |
getTagList()
Gets the
TagList stored in this event. |
getStructure
disposeNativeHandle, isWritable, makeWritable, ref, unref
classFor, disown, dispose, equals, finalize, getNativeAddress, handle, hashCode, initializer, initializer, instanceFor, invalidate, isDisposed, nativeValue, objectFor, objectFor, objectFor, objectFor, toString
public TagEvent(NativeObject.Initializer init)
init
- initialization data.public TagEvent(TagList taglist)
Note: This constructor takes ownership of the TagList. Attempts to access the TagList after passing it to this constructor will throw an exception.
taglist
- the taglist to transmit with the event.