org.fourthline.cling.support.contentdirectory.ui
Class ContentTreeExpandListener
java.lang.Object
org.fourthline.cling.support.contentdirectory.ui.ContentTreeExpandListener
- All Implemented Interfaces:
- EventListener, TreeWillExpandListener
public class ContentTreeExpandListener
- extends Object
- implements TreeWillExpandListener
- Author:
- Christian Bauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
controlPoint
protected final ControlPoint controlPoint
service
protected final Service service
treeModel
protected final DefaultTreeModel treeModel
actionCreator
protected final ContentBrowseActionCallbackCreator actionCreator
ContentTreeExpandListener
public ContentTreeExpandListener(ControlPoint controlPoint,
Service service,
DefaultTreeModel treeModel,
ContentBrowseActionCallbackCreator actionCreator)
treeWillExpand
public void treeWillExpand(TreeExpansionEvent e)
throws ExpandVetoException
- Specified by:
treeWillExpand
in interface TreeWillExpandListener
- Throws:
ExpandVetoException
treeWillCollapse
public void treeWillCollapse(TreeExpansionEvent e)
throws ExpandVetoException
- Specified by:
treeWillCollapse
in interface TreeWillExpandListener
- Throws:
ExpandVetoException
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.