christophedelory.playlist
Class Parallel
java.lang.Object
christophedelory.playlist.AbstractPlaylistComponent
christophedelory.playlist.AbstractTimeContainer
christophedelory.playlist.Parallel
public class Parallel
- extends AbstractTimeContainer
A playlist group in which multiple elements can play back at the same time.
- Version:
- $Revision: 90 $
- Author:
- Christophe Delory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parallel
public Parallel()
acceptDown
public void acceptDown(PlaylistVisitor visitor)
throws Exception
- Description copied from class:
AbstractPlaylistComponent
- Accepts the specified playlist visitor.
- Overrides:
acceptDown
in class AbstractTimeContainer
- Parameters:
visitor
- a visitor. Shall not be null
.
- Throws:
NullPointerException
- if visitor
is null
.
Exception
- if any error occurs during the visit.
acceptUp
public void acceptUp(PlaylistVisitor visitor)
throws Exception
- Description copied from class:
AbstractPlaylistComponent
- Accepts the specified playlist visitor.
- Overrides:
acceptUp
in class AbstractPlaylistComponent
- Parameters:
visitor
- a visitor. Shall not be null
.
- Throws:
NullPointerException
- if visitor
is null
.
Exception
- if any error occurs during the visit.
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.