org.teleal.cling.support.contentdirectory.ui
Class ContentTreeExpandListener
java.lang.Object
org.teleal.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 org.teleal.cling.controlpoint.ControlPoint controlPoint
service
protected final org.teleal.cling.model.meta.Service service
treeModel
protected final DefaultTreeModel treeModel
actionCreator
protected final ContentBrowseActionCallbackCreator actionCreator
ContentTreeExpandListener
public ContentTreeExpandListener(org.teleal.cling.controlpoint.ControlPoint controlPoint,
org.teleal.cling.model.meta.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 © 2010 Teleal GmbH, Switzerland. All Rights Reserved.