format
void close() throws EveException
void close(CommandList beforeMethods,CommandList afterMethods) throws EveException
description
Closes the current MediaCollection.
parameters
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
nothing (void)
throws
The close() method throws an EveException if the close operation fails.
close()