HostTracker Bundle Separation
[controller.git] / opendaylight / hosttracker / api / src / main / java / org / opendaylight / controller / hosttracker / IfHostListener.java
index d7c6fdbb3d7fead1d8d0d8c24ecee16ea907d493..51d68d87b43ab2ca19769bbd31455c141a4736fe 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
  *
 /*
  * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
  *
@@ -12,21 +11,21 @@ package org.opendaylight.controller.hosttracker;
 import org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector;
 
 /**
 import org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector;
 
 /**
- * This interface defines the method to notify detected Host on the
- * network. The information includes Host's IP address, MAC address,
- * switch ID, port, and VLAN.
+ * This interface defines the method to notify detected Host on the network. The
+ * information includes Host's IP address, MAC address, switch ID, port, and
+ * VLAN.
  *
  */
 
 public interface IfHostListener {
     /**
  *
  */
 
 public interface IfHostListener {
     /**
-     * Learns  new Hosts. Called by ArpHandler and implemented in
-     * HostTracker.java. If a Host is learned for the first time then
-     * adds it to the local database and informs other applications
-     * of coming up a new Host. For the hosts which it has already
-     * learned, it refreshes them.
+     * Learns new Hosts. Called by ArpHandler and implemented in
+     * HostTracker.java. If a Host is learned for the first time then adds it to
+     * the local database and informs other applications of coming up a new
+     * Host. For the hosts which it has already learned, it refreshes them.
      *
      *
-     * @param host      Host info encapsulated in HostNodeConnector class
+     * @param host
+     *            Host info encapsulated in HostNodeConnector class
      */
     public void hostListener(HostNodeConnector host);
 }
      */
     public void hostListener(HostNodeConnector host);
 }