Linux Mac OSX Windows

  
[uuid(ee6efe03-77dc-4aac-a6a8-905731a1796e)]
interface nsIRollupListener : nsISupports

Methods

 Notifies the object to rollup, optionally returning the node that
 was just rolled up.
 @result NS_Ok if no errors
nsIContent Rollup()
 Asks the RollupListener if it should rollup on mouse activate, eg. X-Mouse
 @result NS_Ok if no errors
void ShouldRollupOnMouseActivate(out PRBool aShould)
 Asks the RollupListener if it should rollup on mousevents
 @result NS_Ok if no errors
void ShouldRollupOnMouseWheelEvent(out PRBool aShould)