Improved logging in ScenarioHandler
[openflowjava.git] / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / ClientEvent.java
index d5b5332aaeee5e2f59169e24e249db79dbea40e2..2f2d80ba4fdee71db457f3b2efaf3c2d73413575 100644 (file)
@@ -1,8 +1,16 @@
 /* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */
 package org.opendaylight.openflowjava.protocol.impl.clients;
 
-
+/**
+ * Uniting interface used for scenario support
+ * @author michal.polkorab
+ *
+ */
 public interface ClientEvent {
 
+    /**
+     * Common method for triggering events
+     * @return true if event executed successfully
+     */
     public boolean eventExecuted();
 }