Package org.citydb.event.global
Class GeometryCounterEvent
- java.lang.Object
-
- org.citydb.event.Event
-
- org.citydb.event.global.GeometryCounterEvent
-
public class GeometryCounterEvent extends Event
-
-
Field Summary
-
Fields inherited from class org.citydb.event.Event
GLOBAL_CHANNEL
-
-
Constructor Summary
Constructors Constructor Description GeometryCounterEvent(java.util.Map<org.citygml4j.model.gml.GMLClass,java.lang.Long> geometryCounterMap, java.lang.Object source)
GeometryCounterEvent(java.util.Map<org.citygml4j.model.gml.GMLClass,java.lang.Long> geometryCounterMap, java.lang.Object channel, java.lang.Object source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<org.citygml4j.model.gml.GMLClass,java.lang.Long>
getCounter()
-
Methods inherited from class org.citydb.event.Event
getChannel, getEventType, getSource, isCancelled, setCancelled
-
-
-
-
Constructor Detail
-
GeometryCounterEvent
public GeometryCounterEvent(java.util.Map<org.citygml4j.model.gml.GMLClass,java.lang.Long> geometryCounterMap, java.lang.Object channel, java.lang.Object source)
-
GeometryCounterEvent
public GeometryCounterEvent(java.util.Map<org.citygml4j.model.gml.GMLClass,java.lang.Long> geometryCounterMap, java.lang.Object source)
-
-