format
void update(MediaObject eve) throws EveException
void update(MediaObject eve,CommandList beforeMethods,CommandList afterMethods) throws EveException
description
Replaces a MediaObject in the MediaCollection with a new MediaObject of the same name.
parameters
eve - the MediaObject to be updated
eve
CommandList beforeMethods indicates that you want to run a command method(s) before the method is invoked
CommandList afterMethods indicates that you want to run a command method(s) after the method is executed
returns
TRUE - if the update was successful
TRUE
throws
The update() method throws an EveException if the update fails.
update()