Package org.jsignal.ui.hotswap
Class HotswapInstrumentation
java.lang.Object
org.jsignal.ui.hotswap.HotswapInstrumentation
- All Implemented Interfaces:
ComponentConstructorInstrumentation
,ComponentRenderInstrumentation
public class HotswapInstrumentation
extends Object
implements ComponentConstructorInstrumentation, ComponentRenderInstrumentation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
instrument
(Component component) instrument
(Component component, Supplier<Nodes> render) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jsignal.ui.ComponentConstructorInstrumentation
add
Methods inherited from interface org.jsignal.ui.ComponentRenderInstrumentation
add
-
Constructor Details
-
HotswapInstrumentation
public HotswapInstrumentation()
-
-
Method Details
-
instrument
- Specified by:
instrument
in interfaceComponentConstructorInstrumentation
-
instrument
- Specified by:
instrument
in interfaceComponentRenderInstrumentation
-