Package adams.flow.core
Class ActorReferenceHandlerHelper
- java.lang.Object
-
- adams.flow.core.ActorReferenceHandlerHelper
-
public class ActorReferenceHandlerHelper extends Object
Helper class forActorReferenceHandler
classes.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description ActorReferenceHandlerHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
checkActorReferenceHandlers(ActorReferenceHandler handler)
Checks whether there are any other actors preceding this actor that implement theActorReferenceHandler
interface, but aren't allowed.
-
-
-
Method Detail
-
checkActorReferenceHandlers
public static String checkActorReferenceHandlers(ActorReferenceHandler handler)
Checks whether there are any other actors preceding this actor that implement theActorReferenceHandler
interface, but aren't allowed.- Returns:
- null if OK, otherwise error message
-
-