我正在使用javazoom和basicplayer庫,我試圖註冊BasicPlayerListener事件。錯誤「addBasicPlayerListener(this)」
我下面這個>guide < 但是當我寫的行>player.addBasicPlayerListener(this);
Netbeans的說,我需要轉換的變量是這樣的:player.addBasicPlayerListener((BasicPlayerListener) this);
但是當我運行proyect拋出此例外>
在異常線程 「AWT-EventQueue的-0」 java.lang.ClassCastException: listentoguether.Reproductor不能被轉換爲 javazoom.jlgui.basicplayer.BasicPlayerListener
原諒我的英語
您必須爲偵聽器使用實現'BasicPlayerListener'的類 –