All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.micronova.mnfc.IViewDelegate

public interface IViewDelegate
Delegation interface for IView.

Version:
1.0
Author:
Makoto Nagata, MicroNova

Method Index

 o delegate(int, IView)
Delegation.

Methods

 o delegate
 public abstract void delegate(int flag,
                               IView iView)
Delegation. The 'flag' is one of IView's delegation bit flags (e.g., IView.MOUSE_DOWN for mouseDown() method delegation) that indicates which method is being delegated.


All Packages  Class Hierarchy  This Package  Previous  Next  Index