Class CTabFolder2Adapter

java.lang.Object
org.eclipse.swt.custom.CTabFolder2Adapter
All Implemented Interfaces:
EventListener, CTabFolder2Listener, SWTEventListener

public class CTabFolder2Adapter extends Object implements CTabFolder2Listener
This adapter class provides default implementations for the methods described by the CTabFolder2Listener interface.

Classes that wish to deal with CTabFolderEvents can extend this class and override only the methods which they are interested in.

An alternative to this class are the static helper methods in CTabFolder2Listener, which accept a lambda expression or a method reference that implements the event consumer.

Since:
3.0
See Also: