Package org.eclipse.swt.internal
Interface SWTEventListener
- All Superinterfaces:
EventListener
@Deprecated(forRemoval=true,
since="2025-03")
public interface SWTEventListener
extends EventListener
Deprecated, for removal: This API element is subject to removal in a future version.
This interface is the cross-platform version of the
java.util.EventListener interface.
It is part of our effort to provide support for both J2SE and J2ME platforms. Under this scheme, classes need to implement SWTEventListener instead of java.util.EventListener.
Note: java.util.EventListener is not part of CDC and CLDC.
- Restriction:
- This interface is not intended to be referenced by clients.