]> git.mxchange.org Git - jcontacts-core.git/blobdiff - src/org/mxchange/jcontacts/events/contact/update/ObservableAdminUpdatedContactEvent.java
Updated copyright year
[jcontacts-core.git] / src / org / mxchange / jcontacts / events / contact / update / ObservableAdminUpdatedContactEvent.java
index 9acd3ce90d498ff96aa756d684de2e83a9a2af60..abf3a5c623d201d611e5779010092c7afc3ede31 100644 (file)
@@ -1,37 +1,37 @@
-/*\r
- * Copyright (C) 2016 Roland Häder\r
- *\r
- * This program is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * This program is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
- */\r
-package org.mxchange.jcontacts.events.contact.update;\r
-\r
-import java.io.Serializable;\r
-import org.mxchange.jcontacts.contact.Contact;\r
-\r
-/**\r
- * An interface for events being fired when an administrator updated a new user\r
- * account.\r
- * <p>\r
- * @author Roland Häder<roland@mxchange.org>\r
- */\r
-public interface ObservableAdminUpdatedContactEvent extends Serializable {\r
-\r
-       /**\r
-        * Getter for updated contact instance\r
-        * <p>\r
-        * @return Updated contact instance\r
-        */\r
-       Contact getUpdatedContact ();\r
-\r
-}\r
+/*
+ * Copyright (C) 2016 - 2024 Free Software Foundation
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+package org.mxchange.jcontacts.events.contact.update;
+
+import java.io.Serializable;
+import org.mxchange.jcontacts.model.contact.Contact;
+
+/**
+ * An interface for events being fired when an administrator updated a new user
+ * account.
+ * <p>
+ * @author Roland Häder<roland@mxchange.org>
+ */
+public interface ObservableAdminUpdatedContactEvent extends Serializable {
+
+       /**
+        * Getter for updated contact instance
+        * <p>
+        * @return Updated contact instance
+        */
+       Contact getUpdatedContact ();
+
+}