Package org.apache.batik.parser
Interface ClockHandler
-
public interface ClockHandlerThis interface must be implemented and then registered as the handler of aClockParserinstance in order to be notified of parsing events.- Version:
- $Id: ClockHandler.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclockValue(float clockValue)Invoked when a clock value is parsed.
-