LIFECYCLE METHODS
- start()
-
Prepare for active use of this component. This method should be called before any of the public methods of the component are utilized.
Throws:
- stop()
-
Gracefully terminate active use of this component. Once this method has been called, no public methods of the component should be utilized.
Throws: