Revision 20100 branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/AtomicEventListener.java

View differences:

AtomicEventListener.java
41 41
package com.iver.cit.gvsig.fmap;
42 42

  
43 43
/**
44
 * <p><code>AtomicEventListener</code> defines the interface for an object that listens
45
 *  elementary events.</p>
44
 * <p>Listener of {@link AtomicEvent AtomicEvent}.</p>
45
 * 
46
 * <p>An <code>AtomicEvent</p> represents a group of events that will be attended without any interruption.</p>
46 47
 */
47 48
public interface AtomicEventListener {
48 49
	/**
49
	 * Defines the code that will execute the atomic event listener with all events.
50
	 *
51
	 * @param e an atomic event object
50
	 * <p>Called when is produced an <code>AtomicEvent</code> in the buffer of <code>MapControl</code>.</p>
51
	 * 
52
	 * @param e an atomic event
53
	 * 
54
	 * @see EventBuffer
52 55
	 */
53 56
	public void atomicEvent(AtomicEvent e);
54 57
}

Also available in: Unified diff