Class A_CmsLazyOpenHandler<I extends CmsLazyTreeItem>

java.lang.Object
org.opencms.gwt.client.ui.tree.A_CmsLazyOpenHandler<I>
Type Parameters:
I - the specific lazy tree item implementation
All Implemented Interfaces:
com.google.gwt.event.logical.shared.OpenHandler<I>, com.google.gwt.event.shared.EventHandler, I_CmsLazyOpenHandler<I>
Direct Known Subclasses:
A_CmsDeepLazyOpenHandler

public abstract class A_CmsLazyOpenHandler<I extends CmsLazyTreeItem> extends Object implements I_CmsLazyOpenHandler<I>
Lazy list tree open handler abstract implementation.

Since:
8.0.0
See Also: