Interface Cleanable
public interface Cleanable
Interface defines that the object is cleanable.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()Implementations must implement this cleanup method
-
Method Details
-
cleanup
void cleanup()Implementations must implement this cleanup method
-