com.ephox.editlive.common
Interface ViewClickListener


public interface ViewClickListener

The listener for mouse click events on custom views.

See Also:
CustomTagController

Method Summary
 void mouseClicked(CustomView view, MouseEvent e)
          Called when a mouse click is detected on a custom view.
 

Method Detail

mouseClicked

void mouseClicked(CustomView view,
                  MouseEvent e)
Called when a mouse click is detected on a custom view.

Parameters:
view - the view the click was detected on.
e - the MouseEvent that was detected.

Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.