Eclipse Platform
Release 3.1

org.eclipse.jface.viewers
Interface IDoubleClickListener

All Known Implementing Classes:
AbstractDebugView, CompareViewerSwitchingPane

public interface IDoubleClickListener

A listener which is notified of double-click events on viewers.


Method Summary
 void doubleClick(DoubleClickEvent event)
          Notifies of a double click.
 

Method Detail

doubleClick

public void doubleClick(DoubleClickEvent event)
Notifies of a double click.

Parameters:
event - event object describing the double-click

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.