Ejemplo n.º 1
0
 public boolean isInScope(MapEvent event) {
   return scopeIds.contains(event.getScopeId());
 }