open

format

void open(String path) throws EveException

 

void open(String path,CommandList beforeMethods,CommandList afterMethods) throws EveException

description

Opens the MediaCollection contained in the directory stored in path.

parameters

path - the path to the directory in which the MediaCollection is stored

 

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 open() method throws an EveException if the open operation fails.