Linux Mac OSX Windows

  
[scriptable, uuid(27b00295-349c-429f-ad0c-87b859e77130)]
interface nsIHTMLObjectResizeListener : nsISupports

Methods

 Listener's callback called by the editor when the user
 has finalized the resizing of an element
 @param aElement [IN] the element that was resized
 @param aOldWidth  [IN] the width of the element before resizing
 @param aOldHeight [IN] the height of the element before resizing
 @param aNewWidth  [IN] the width of the element after resizing
 @param aNewHeight [IN] the height of the element after resizing
void onEndResizing(in nsIDOMElement aElement, in long aOldWidth, in long aOldHeight, in long aNewWidth, in long aNewHeight)
 Listener's callback called by the editor when the user
 starts resizing an element
 @param aElement [IN] the element
void onStartResizing(in nsIDOMElement aElement)