Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jempeg.empeg.logoedit
Class LogoEdit.SaveListener  view LogoEdit.SaveListener download LogoEdit.SaveListener.java

java.lang.Object
  extended byorg.jempeg.empeg.logoedit.LogoEdit.SaveListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
LogoEdit

public class LogoEdit.SaveListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
LogoEdit.SaveListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent _event)
          This method is invoked when an action occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoEdit.SaveListener

public LogoEdit.SaveListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent _event)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener