Package eu.mihosoft.vmf.runtime.core
Interface DelegatedBehavior<T extends VObject>
- All Known Implementing Classes:
DelegatedBehaviorBase
public interface DelegatedBehavior<T extends VObject>
Delegation interface for invoking custom implementations. VMF objects do not support
custom extensions by manipulating their implementation code. However, custom behavior can be realized be defining
delegation classes that implement this interface.
Created by miho on 05.04.17.
-
Method Details
-
setCaller
Sets the caller that delegates to this class. This method is called by VMF directly after initializing this object.- Parameters:
caller
- the caller that delegates to this class
-