kaos.robots.capabilities
Interface VideoFeedRegistry

All Known Implementing Classes:
VideoFeedImpl

public interface VideoFeedRegistry


Method Summary
 void DeRegisterVideoFeedInterface(java.util.HashMap properties)
          DeRegisterVideoFeed
 void RegisterVideoFeedInterface(java.util.HashMap properties)
          RegisterVideoFeed
 

Method Detail

RegisterVideoFeedInterface

void RegisterVideoFeedInterface(java.util.HashMap properties)
                                throws java.lang.Exception
RegisterVideoFeed

Parameters:
HashMap - of: properties values VideoFeedInterface Implementation
Throws:
AbortActionException - with possible reasons: unable to register
java.lang.Exception

DeRegisterVideoFeedInterface

void DeRegisterVideoFeedInterface(java.util.HashMap properties)
                                  throws java.lang.Exception
DeRegisterVideoFeed

Parameters:
HashMap - of: properties values VideoFeedInterface Implementation
Throws:
AbortActionException - with possible reasons: unable to register
java.lang.Exception