org.ceryle.ui.graph
Class ComposerListener

java.lang.Object
  extended by org.ceryle.ui.graph.ComposerListener
All Implemented Interfaces:
ActionListener, EventListener

public class ComposerListener
extends Object
implements ActionListener

Extends ActionListener to respond to Compositer status changes during composition.

Since:
JDK1.4
Version:
$Id: ComposerListener.java,v 3.5 2007-06-15 12:09:43 altheim Exp $
Author:
Murray Altheim

Field Summary
protected  MessageHandler mh
           
protected  Services srvs
           
 
Constructor Summary
ComposerListener(Compositor compositor)
          Constructor with the Compositor to, where the token prior to the question mark ('db') is the key in the below example.
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

srvs

protected Services srvs

mh

protected MessageHandler mh
Constructor Detail

ComposerListener

public ComposerListener(Compositor compositor)
Constructor with the Compositor to, where the token prior to the question mark ('db') is the key in the below example.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.