Package eu.mihosoft.vmf.runtime.core
Interface Behavior<T extends VObject>
-
public interface Behavior<T extends VObject>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DelegatedBehavior<T>
get()
void
set(DelegatedBehavior<T> delegate)
-
-
-
Method Detail
-
get
DelegatedBehavior<T> get()
-
set
void set(DelegatedBehavior<T> delegate)
-
-