public InternalTrackPlayedListener(UserLibraryImpl library, ITrackPlayedEventListener externalListener, boolean whenStarted, boolean whenStopped) {
this(library, externalListener, null, whenStarted, whenStopped);
}
public void handleException(Exception e) {
throw new JitcaUnexpectedException(e);
}