Implements the {@link TimingTarget} interface, providing stubs for all timingtarget methods. Subclasses may extend this adapter rather than implementing the {@link TimingTarget} interface if they only care about a subset of theevents provided. For example, sequencing animations may only require monitoring the {@link TimingTarget#end} method, so subclasses of this adaptermay ignore the other methods such as timingEvent.
This class provides a useful "debug" name via {@link #setDebugName(String)}and {@link #getDebugName()}. The debug name is also output by {@link #toString()}. This feature is intended to aid debugging.
@author Chet Haase
@author Tim Halloran
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.