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

Quick Search    Search Deep

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

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

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


Field Summary
private  int myState
           
 
Constructor Summary
LogoEdit.PaintStateListener(int _state)
           
 
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
 

Field Detail

myState

private int myState
Constructor Detail

LogoEdit.PaintStateListener

public LogoEdit.PaintStateListener(int _state)
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