public interface Surface
Modifier and Type | Method and Description |
---|---|
void |
attach(MicroService service,
java.lang.Runnable onAttached)
Attaches a MicroService to the UI.
|
void |
detach()
Detaches any currently attached MicroService.
|
void |
reset()
Detaches and clears the Surface.
|
void attach(MicroService service, java.lang.Runnable onAttached)
service
- The MicroService to attachvoid detach()
void reset()