Merge branch 'master' of ../infrautils
[odlguice.git] / inject / src / main / java / org / opendaylight / infrautils / inject / PostFullSystemInjectionListener.java
diff --git a/inject/src/main/java/org/opendaylight/infrautils/inject/PostFullSystemInjectionListener.java b/inject/src/main/java/org/opendaylight/infrautils/inject/PostFullSystemInjectionListener.java
new file mode 100644 (file)
index 0000000..4698045
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2019 Red Hat, Inc. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+package org.opendaylight.infrautils.inject;
+
+/**
+ * Callback invoked when dependency injection is fully complete.
+ *
+ * @author Michael Vorburger.ch
+ */
+public interface PostFullSystemInjectionListener {
+
+    void onFullSystemInjected();
+
+}