Package org.eclipse.swt.internal
package org.eclipse.swt.internal
SWT internal classes
Package Specification
This package provides theCallback
class which is used to
map the operating system's callback mechanism to Java message sends, and
the Converter
class which provides translation between Unicode
and platform specific character sets.
Applications should not need to reference the classes in this package directly.
-
InterfacesClassDescriptionThis interface is the cross-platform version of the java.util.EventListener interface.