Merge remote branch 'origin/release-1.0.X' into mer
[lispflowmapping.git] / mappingservice / api / src / main / java / org / opendaylight / lispflowmapping / interfaces / lisp / IMapServerAsync.java
index 382746fbe78fc3fe2be68d8590a8a7aec4c1d82d..86501194c8967eb8002f645772500c2ca9b6e24d 100644 (file)
@@ -1,7 +1,17 @@
+/*
+ * Copyright (c) 2014 Contextream, 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.lispflowmapping.interfaces.lisp;
 
 import org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.MapRegister;
 
+/**
+ * The async map server interface for dealing with async map register calls.
+ */
 public interface IMapServerAsync extends IGeneralMapServer {
     public void handleMapRegister(MapRegister request, IMapNotifyHandler callback);
 }