close abstract method

void close()

Closes the box.

Be careful, this closes all instances of this box. You have to make sure that you don't access the box anywhere else after that.

Implementation

void close();