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

Quick Search    Search Deep

com.flexstor.common.awt.event
Class EditAdapter  view EditAdapter download EditAdapter.java

java.lang.Object
  extended bycom.flexstor.common.awt.event.EditAdapter
All Implemented Interfaces:
EditListener, java.util.EventListener

public class EditAdapter
extends java.lang.Object
implements EditListener


Constructor Summary
EditAdapter()
           
 
Method Summary
 void editOccured(EditEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditAdapter

public EditAdapter()
Method Detail

editOccured

public void editOccured(EditEvent e)
Specified by:
editOccured in interface EditListener