de.fhpotsdam.unfolding.events
Class ScopedListeners

java.lang.Object
  extended by de.fhpotsdam.unfolding.events.ScopedListeners

public class ScopedListeners
extends java.lang.Object


Field Summary
 java.util.List<MapEventListener> listeners
           
 java.util.Set<java.lang.String> scopeIds
           
 
Constructor Summary
ScopedListeners()
           
 
Method Summary
 boolean isInScope(MapEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scopeIds

public java.util.Set<java.lang.String> scopeIds

listeners

public java.util.List<MapEventListener> listeners
Constructor Detail

ScopedListeners

public ScopedListeners()
Method Detail

isInScope

public boolean isInScope(MapEvent event)