Uses of Enum Class
org.jjazz.songstructure.api.event.SgsActionEvent.API_ID
Packages that use SgsActionEvent.API_ID
Package
Description
The possible change events received by a SongStructure change listener.
-
Uses of SgsActionEvent.API_ID in org.jjazz.songstructure.api.event
Subclasses with type arguments of type SgsActionEvent.API_ID in org.jjazz.songstructure.api.eventModifier and TypeClassDescriptionstatic enumThis corresponds to public API methods that can mutate a SongStructure.Methods in org.jjazz.songstructure.api.event that return SgsActionEvent.API_IDModifier and TypeMethodDescriptionSgsActionEvent.getApiId()static SgsActionEvent.API_IDReturns the enum constant of this class with the specified name.static SgsActionEvent.API_ID[]SgsActionEvent.API_ID.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jjazz.songstructure.api.event with parameters of type SgsActionEvent.API_IDModifierConstructorDescriptionSgsActionEvent(SongStructure src, SgsActionEvent.API_ID apiId, Object data) Create a SgsActionEvent in started state, with no subEvents.