NCSA Portfolio

ncsa.j3d.ui.events
Interface PortfolioEventReceiver

All Known Subinterfaces:
ToolInterface, ToolManagerInterface
All Known Implementing Classes:
EventManager, MouseDevice, ReceiverList

public interface PortfolioEventReceiver

This interface allows anything to process events from the portfolio framework and/or from the derivations of PortfolioEvent.


Method Summary
 boolean notify(java.util.EventObject e)
          This function accepts events from portfolio or one of its event grabbers.
 

Method Detail

notify

public boolean notify(java.util.EventObject e)
This function accepts events from portfolio or one of its event grabbers.
Parameters:
EventObject - The event to be processed.

NCSA Portfolio

NCSA Portfolio, Copyright 1997-1999, National Center for Supercomputing Applications, University of Illinois Urbana-Champaign, All Rights Reserved