Package musichub.util
Class Policy
java.lang.Object
musichub.util.Policy
Class offering methods to prompt a policy agreement form to the user.
- Version:
- 1.0
- Author:
- Anthony BOULANT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
showTerm()
Method prompting the whole policy agreement process
-
Constructor Details
-
Policy
public Policy()Method that just throws an AssertionError if the class is called- Throws:
AssertionError
- you can't instantiate this class
-
-
Method Details
-
showTerm
public static void showTerm()Method prompting the whole policy agreement process
-