org.apache.batik.parser
Interface ClockHandler


public interface ClockHandler

This interface must be implemented and then registered as the handler of a ClockParser instance in order to be notified of parsing events.

Version:
$Id: ClockHandler.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Cameron McCormack

Method Summary
 void clockValue(float clockValue)
          Invoked when a clock value is parsed.
 

Method Detail

clockValue

void clockValue(float clockValue)
Invoked when a clock value is parsed.



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.