org.ChinaVO.FITSManager.FListViewOperator
Class FListViewOperateListener

java.lang.Object
  extended by org.ChinaVO.FITSManager.FListViewOperator.FListViewOperateListener
All Implemented Interfaces:
java.util.EventListener

public abstract class FListViewOperateListener
extends java.lang.Object
implements java.util.EventListener

EventListner with the FListViewOperateEvent. Someone who want to get the FListViewOperateEvent should implement this Listener.

Version:
v1.0.0 2009-11-16 13:44:54
Author:
Fany

Constructor Summary
FListViewOperateListener()
           
 
Method Summary
abstract  void beforeShowPopupMenuListener(FListViewOperateEvent e)
          Going to show the popup menu.
abstract  void doubleClick(FListViewOperateEvent e)
          Double clicked a file/item in FListView.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FListViewOperateListener

public FListViewOperateListener()
Method Detail

beforeShowPopupMenuListener

public abstract void beforeShowPopupMenuListener(FListViewOperateEvent e)
Going to show the popup menu. Someone could do some change with the popup menu at here.

Parameters:
e - FListViewOperateEvent instance.

doubleClick

public abstract void doubleClick(FListViewOperateEvent e)
Double clicked a file/item in FListView.

Parameters:
e - FListViewOperateEvent instance.