Interface ViewChange
-
public interface ViewChangeFor the most general change to a LayoutModel. There is no Event payload, only an indication that there was a change. A visualization would consume the event and re-draw itself. Use cases are whenever vertex positions change and a view should re-draw itself- Author:
- Tom Nelson
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceViewChange.Listenerimplemented by a consumer of this type of eventstatic interfaceViewChange.Producerindicates support for this type of event dispatchstatic interfaceViewChange.Supportmethod signatures to add/remove listeners and fire eventsstatic classViewChange.SupportImplimplementation of support.
-