|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.BasePlaylistVisitor
public class BasePlaylistVisitor
A starting point for a playlist
visitor.
Constructor Summary | |
---|---|
BasePlaylistVisitor()
|
Method Summary | |
---|---|
void |
beginVisitMedia(Media target)
Starts the visit of the specified media. |
void |
beginVisitParallel(Parallel target)
Starts the visit of the specified parallel timing container. |
void |
beginVisitPlaylist(Playlist target)
Starts the visit of the specified playlist. |
void |
beginVisitSequence(Sequence target)
Starts the visit of the specified sequence. |
void |
endVisitMedia(Media target)
Finishes the visit of the specified media. |
void |
endVisitParallel(Parallel target)
Finishes the visit of the specified parallel timing container. |
void |
endVisitPlaylist(Playlist target)
Finishes the visit of the specified playlist. |
void |
endVisitSequence(Sequence target)
Finishes the visit of the specified sequence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasePlaylistVisitor()
Method Detail |
---|
public void beginVisitPlaylist(Playlist target) throws Exception
PlaylistVisitor
beginVisitPlaylist
in interface PlaylistVisitor
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.PlaylistVisitor.endVisitPlaylist(christophedelory.playlist.Playlist)
public void endVisitPlaylist(Playlist target) throws Exception
PlaylistVisitor
endVisitPlaylist
in interface PlaylistVisitor
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.PlaylistVisitor.beginVisitPlaylist(christophedelory.playlist.Playlist)
public void beginVisitParallel(Parallel target) throws Exception
PlaylistVisitor
beginVisitParallel
in interface PlaylistVisitor
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.PlaylistVisitor.endVisitParallel(christophedelory.playlist.Parallel)
public void endVisitParallel(Parallel target) throws Exception
PlaylistVisitor
endVisitParallel
in interface PlaylistVisitor
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.PlaylistVisitor.beginVisitParallel(christophedelory.playlist.Parallel)
public void beginVisitSequence(Sequence target) throws Exception
PlaylistVisitor
beginVisitSequence
in interface PlaylistVisitor
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.PlaylistVisitor.endVisitSequence(christophedelory.playlist.Sequence)
public void endVisitSequence(Sequence target) throws Exception
PlaylistVisitor
endVisitSequence
in interface PlaylistVisitor
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.PlaylistVisitor.beginVisitSequence(christophedelory.playlist.Sequence)
public void beginVisitMedia(Media target) throws Exception
PlaylistVisitor
beginVisitMedia
in interface PlaylistVisitor
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.PlaylistVisitor.endVisitMedia(christophedelory.playlist.Media)
public void endVisitMedia(Media target) throws Exception
PlaylistVisitor
endVisitMedia
in interface PlaylistVisitor
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.PlaylistVisitor.beginVisitMedia(christophedelory.playlist.Media)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |