Class MediaClipEvent


  • public class MediaClipEvent
    extends Event
    Events posted by a soundclip control.
    Since:
    SuperWaba 5.66
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CLOSED
      The event type when the play pauses.
      static int END_OF_MEDIA  
      static int ERROR  
      static int STARTED
      The event type when the play starts.
      static int STOPPED
      The event type when the play ends.
    • Constructor Summary

      Constructors 
      Constructor Description
      MediaClipEvent()
      Constructs an empty MediaClipEvent.
      MediaClipEvent​(int type, java.lang.Object target)
      Constructs a MediaClipEvent, setting the type and target to the given parameters.
    • Constructor Detail

      • MediaClipEvent

        public MediaClipEvent​(int type,
                              java.lang.Object target)
        Constructs a MediaClipEvent, setting the type and target to the given parameters.
      • MediaClipEvent

        public MediaClipEvent()
        Constructs an empty MediaClipEvent.