link start!
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package org.eclipse.swt.graphics;
|
||||
|
||||
import org.eclipse.swt.internal.SWTEventListener;
|
||||
|
||||
public interface ImageLoaderListener extends SWTEventListener {
|
||||
void imageDataLoaded(ImageLoaderEvent imageLoaderEvent);
|
||||
}
|
||||
Reference in New Issue
Block a user