Package org.citydb.plugin
Class IllegalEventSourceChecker
- java.lang.Object
-
- org.citydb.plugin.IllegalEventSourceChecker
-
- All Implemented Interfaces:
EventHandler
public class IllegalEventSourceChecker extends java.lang.Object implements EventHandler
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IllegalEventSourceChecker
getInstance()
void
handleEvent(Event event)
-
-
-
Method Detail
-
getInstance
public static IllegalEventSourceChecker getInstance()
-
handleEvent
public void handleEvent(Event event) throws java.lang.Exception
- Specified by:
handleEvent
in interfaceEventHandler
- Throws:
java.lang.Exception
-
-