Function EventDriver.dispose
Frees all resources of the driver and prepares it for consumption by the GC.
Note that the driver will not be usable after calling this method. Any further calls are illegal and result in undefined behavior.
Prototype
abstract void dispose();
Authors
Sönke Ludwig
Copyright
© 2012-2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.