| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Event | |
| org.jouvieje.fmoddesigner | |
| org.jouvieje.fmoddesigner.callbacks | |
| org.jouvieje.fmoddesigner.structures | |
| Uses of Event in org.jouvieje.fmoddesigner | 
| Methods in org.jouvieje.fmoddesigner that return Event | |
| static Event | Event.asEvent(Pointer pointer)Create a view of the Pointerobject as aEventobject. | 
| static Event[] | Event.allocate(int length)Allocate and initialize a new Event[]. | 
| Methods in org.jouvieje.fmoddesigner with parameters of type Event | |
|  FMOD_RESULT | EventQueueEntry.getInfoOnlyEvent(Event infoonlyevent) | 
|  FMOD_RESULT | EventQueueEntry.getRealEvent(Event realevent) | 
|  FMOD_RESULT | EventCategory.getEventByIndex(int index,
                int mode,
                Event event) | 
|  FMOD_RESULT | EventGroup.freeEventData(Event event,
              boolean waituntilready) | 
|  FMOD_RESULT | EventGroup.getEvent(java.lang.String name,
         int mode,
         Event event) | 
|  FMOD_RESULT | EventGroup.getEventByIndex(int index,
                int mode,
                Event event) | 
|  FMOD_RESULT | EventProject.getEvent(java.lang.String name,
         int mode,
         Event event) | 
|  FMOD_RESULT | EventProject.getEventByProjectID(int projectid,
                    int mode,
                    Event event) | 
|  FMOD_RESULT | EventSystem.getEvent(java.lang.String name,
         int mode,
         Event event) | 
|  FMOD_RESULT | EventSystem.getEventBySystemID(int systemid,
                   int mode,
                   Event event) | 
|  FMOD_RESULT | EventSystem.getEventByGUID(FMOD_GUID guid,
               int mode,
               Event event) | 
|  FMOD_RESULT | EventSystem.getEventByGUIDString(java.lang.String guid,
                     int mode,
                     Event event) | 
|  FMOD_RESULT | EventSystem.createEventQueueEntry(Event event,
                      EventQueueEntry entry) | 
| Uses of Event in org.jouvieje.fmoddesigner.callbacks | 
| Methods in org.jouvieje.fmoddesigner.callbacks with parameters of type Event | |
|  FMOD_RESULT | FMOD_EVENT_CALLBACK.FMOD_EVENT_CALLBACK(Event event,
                    FMOD_EVENT_CALLBACKTYPE type,
                    Pointer param1,
                    Pointer param2,
                    Pointer userdata) | 
| Uses of Event in org.jouvieje.fmoddesigner.structures | 
| Methods in org.jouvieje.fmoddesigner.structures that return Event | |
|  Event[] | FMOD_EVENT_INFO.getInstances()[in/out] Pointer to an array that will be filled with the current reference-counted event handles of all instances of this event. | 
|  Event[] | FMOD_EVENT_SYSTEMINFO.getPlayingEvents()[in/out] Pointer to an array that will be filled with the event handles of all playing events. | 
| Methods in org.jouvieje.fmoddesigner.structures with parameters of type Event | |
|  void | FMOD_EVENT_INFO.setInstances(Event[] instances)[in/out] Pointer to an array that will be filled with the current reference-counted event handles of all instances of this event. | 
|  void | FMOD_EVENT_SYSTEMINFO.setPlayingEvents(Event[] playingEvents)[in/out] Pointer to an array that will be filled with the event handles of all playing events. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||