com.badlogic.gdx.backends.iosrobovm.objectal.AVAudioPlayerDelegateAdapter Maven / Gradle / Ivy
/*DO NOT EDIT THIS FILE - it is machine generated*/
package com.badlogic.gdx.backends.iosrobovm.objectal;
import org.robovm.apple.foundation.NSObject;
import org.robovm.objc.annotation.NotImplemented;
/** DO NOT EDIT THIS FILE - it is machine generated
* @author Niklas Therning */
public class AVAudioPlayerDelegateAdapter extends NSObject implements AVAudioPlayerDelegate {
@NotImplemented("audioPlayerDidFinishPlaying:successfully:")
public void didFinishPlaying (NSObject player, boolean success) {
throw new UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy