|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.concurrent.CopyOnWriteArrayList<E>
com.bbn.openmap.event.ListenerSupport<CenterListener>
com.bbn.openmap.event.CenterSupport
public class CenterSupport
This is a utility class that can be used by beans that need support for handling CenterListeners and firing CenterEvents You can use an instance of this class as a member field of your bean and delegate work to it.
A center event is one that sets the center of a map by specifying latitude and longitude.
Field Summary |
---|
Fields inherited from class com.bbn.openmap.event.ListenerSupport |
---|
source |
Constructor Summary | |
---|---|
CenterSupport(java.lang.Object sourceBean)
|
Method Summary | |
---|---|
void |
fireCenter(double latitude,
double longitude)
Send a center event to all registered listeners. |
Methods inherited from class com.bbn.openmap.event.ListenerSupport |
---|
add, add, addAll, clear, getSource, iterator, listIterator, remove, remove, set, setSource, size |
Methods inherited from class java.util.concurrent.CopyOnWriteArrayList |
---|
addAll, addAllAbsent, addIfAbsent, clone, contains, containsAll, equals, get, hashCode, indexOf, indexOf, isEmpty, lastIndexOf, lastIndexOf, listIterator, removeAll, retainAll, subList, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CenterSupport(java.lang.Object sourceBean)
sourceBean
- The bean to be given as the source for any
eventsMethod Detail |
---|
public void fireCenter(double latitude, double longitude)
latitude
- the latitudelongitude
- the longitudeCenterEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |