Class EventPlayer


  • @Deprecated(since="2022-01-27")
    public class EventPlayer
    extends java.lang.Object
    Deprecated.
    • Constructor Detail

      • EventPlayer

        public EventPlayer​(Interpreter interpreter)
        Deprecated.
    • Method Detail

      • getCopyOfPlayerEventList

        public java.util.List<SaxEvent> getCopyOfPlayerEventList()
        Deprecated.
        Return a copy of the current event list in the player.
        Returns:
        Since:
        0.9.20
      • play

        public void play​(java.util.List<SaxEvent> aSaxEventList)
        Deprecated.
      • addEventsDynamically

        public void addEventsDynamically​(java.util.List<SaxEvent> eventList,
                                         int offset)
        Deprecated.