christophedelory.playlist
Class Sequence
java.lang.Object
christophedelory.playlist.AbstractPlaylistComponent
christophedelory.playlist.AbstractTimeContainer
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sequence
public Sequence()
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.