|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlaylistVisitor
A playlist
hierarchy visitor.
Playlist.acceptDown(christophedelory.playlist.PlaylistVisitor)
,
Playlist.acceptUp(christophedelory.playlist.PlaylistVisitor)
,
Parallel.acceptDown(christophedelory.playlist.PlaylistVisitor)
,
Parallel.acceptUp(christophedelory.playlist.PlaylistVisitor)
,
Sequence.acceptDown(christophedelory.playlist.PlaylistVisitor)
,
Sequence.acceptUp(christophedelory.playlist.PlaylistVisitor)
,
Media.acceptDown(christophedelory.playlist.PlaylistVisitor)
,
Media.acceptUp(christophedelory.playlist.PlaylistVisitor)
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. |
Method Detail |
---|
void beginVisitPlaylist(Playlist target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitPlaylist(christophedelory.playlist.Playlist)
void endVisitPlaylist(Playlist target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitPlaylist(christophedelory.playlist.Playlist)
void beginVisitParallel(Parallel target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitParallel(christophedelory.playlist.Parallel)
void endVisitParallel(Parallel target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitParallel(christophedelory.playlist.Parallel)
void beginVisitSequence(Sequence target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitSequence(christophedelory.playlist.Sequence)
void endVisitSequence(Sequence target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitSequence(christophedelory.playlist.Sequence)
void beginVisitMedia(Media target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitMedia(christophedelory.playlist.Media)
void endVisitMedia(Media target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitMedia(christophedelory.playlist.Media)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |