com.guiseframework.event
Interface EditListener

All Superinterfaces:
java.util.EventListener, GuiseEventListener

public interface EditListener
extends GuiseEventListener

An object that listens for edit events.

Author:
Garret Wilson

Method Summary
 void edited(EditEvent editEvent)
          Called when a coarse-grained edit has occurred.
 

Method Detail

edited

void edited(EditEvent editEvent)
Called when a coarse-grained edit has occurred.

Parameters:
editEvent - The event indicating the source of the action.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.