Lizzy v1.1.1

christophedelory.playlist
Class Sequence

java.lang.Object
  extended by christophedelory.playlist.AbstractPlaylistComponent
      extended by christophedelory.playlist.AbstractTimeContainer
          extended by christophedelory.playlist.Sequence

public class Sequence
extends AbstractTimeContainer

A playlist sequence: the media contents play one after the other.

Version:
$Revision: 90 $
Author:
Christophe Delory

Constructor Summary
Sequence()
           
 
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

Sequence

public Sequence()
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.