Lizzy v1.1.1

christophedelory.playlist
Class Parallel

java.lang.Object
  extended by christophedelory.playlist.AbstractPlaylistComponent
      extended by christophedelory.playlist.AbstractTimeContainer
          extended by 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

Constructor Summary
Parallel()
           
 
Method Summary
 void acceptDown(PlaylistVisitor visitor)
          Accepts the specified playlist visitor.
 void acceptUp(PlaylistVisitor visitor)
          Accepts the specified playlist visitor.
 
Methods inherited from class christophedelory.playlist.AbstractTimeContainer
addComponent, addComponent, getComponents, getComponentsNumber, removeComponent, removeComponent
 
Methods inherited from class christophedelory.playlist.AbstractPlaylistComponent
getParent, getRepeatCount, setParent, setRepeatCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parallel

public Parallel()
Method Detail

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.

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.