152153154155156157158159160161
// Checks if drawing ended if (timeMax > gml.getDuration()) { LOGGER.log(Level.FINEST, "Drawing end"); // Fire new GmlDrawingEndEvent GmlDrawingEndEvent event = new GmlDrawingEndEvent(); eventHandler.fireNewEvent(event); } } }