Interface ep.cg.ActionListener
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ep.cg.ActionListener

public interface ActionListener
extends Object
Implemented by classes which listen to actions events from an ActionPanel.

Variable Index

 o ACTION_CLR
 o ACTION_INT
 o ACTION_QIT

Method Index

 o actionEvent(int)

Variables

 o ACTION_INT
  public final static int ACTION_INT
 o ACTION_CLR
  public final static int ACTION_CLR
 o ACTION_QIT
  public final static int ACTION_QIT

Methods

 o actionEvent
  public abstract void actionEvent(int act)

All Packages  Class Hierarchy  This Package  Previous  Next  Index