com.leafdigital.ui.api
Interface TreeBox.SingleSelectionHandler

All Superinterfaces:
TreeBox.Handler
All Known Subinterfaces:
TreeBox.DragSingleSelectionHandler
Enclosing interface:
TreeBox

public static interface TreeBox.SingleSelectionHandler
extends TreeBox.Handler

Interface to implement if you need to know about selection


Method Summary
 void selected(TreeBox.Item i)
          Called when selection changes.
 
Methods inherited from interface com.leafdigital.ui.api.TreeBox.Handler
getRoot, isRootDisplayed
 

Method Detail

selected

void selected(TreeBox.Item i)
Called when selection changes.

Parameters:
i - New selected item (or null if none)


Copyright © 2011 Samuel Marshall. All rights reserved.