Uses of Interface
org.gvsig.fmap.mapcontext.events.listeners.AtomicEventListener
Packages that use AtomicEventListener
-
Uses of AtomicEventListener in org.gvsig.fmap.mapcontext
Methods in org.gvsig.fmap.mapcontext with parameters of type AtomicEventListenerModifier and TypeMethodDescriptionbooleanMapContext.addAtomicEventListener(AtomicEventListener listener) Adds a listener of atomic events to the internalEventBuffer.booleanMapContext.removeAtomicEventListener(AtomicEventListener listener) Removes a listener of atomic events from the internalEventBuffer. -
Uses of AtomicEventListener in org.gvsig.fmap.mapcontext.events.listeners
Methods in org.gvsig.fmap.mapcontext.events.listeners that return types with arguments of type AtomicEventListenerMethods in org.gvsig.fmap.mapcontext.events.listeners with parameters of type AtomicEventListenerModifier and TypeMethodDescriptionbooleanEventBuffer.addAtomicEventListener(AtomicEventListener listener) Appends, if wasn't, the specified listener to the end of the internal list of atomic event listeners.booleanEventBuffer.removeAtomicEventListener(AtomicEventListener listener) Removes a single instance of theAtomicEventListenerfrom the internal list, if it is present (optional operation).Returns true if the list contained the specified element (or equivalently, if the list changed as a result of the call) .