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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinstrument(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, waitMethods inherited from interface org.jsignal.ui.ComponentConstructorInstrumentation
addMethods inherited from interface org.jsignal.ui.ComponentRenderInstrumentation
add
-
Constructor Details
-
HotswapInstrumentation
public HotswapInstrumentation()
-
-
Method Details
-
instrument
- Specified by:
instrumentin interfaceComponentConstructorInstrumentation
-
instrument
- Specified by:
instrumentin interfaceComponentRenderInstrumentation
-