mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 16:49:10 +00:00
[FEATURE] Added NoProgresssListener
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package org.parabot.core.io;
|
||||
|
||||
/**
|
||||
* @author JKetelaar
|
||||
*/
|
||||
public class NoProgressListener implements ProgressListener {
|
||||
@Override
|
||||
public void onProgressUpdate(double value) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateDownloadSpeed(double mbPerSecond) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user