Interface ViewChange
-
public interface ViewChange
For 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 interface
ViewChange.Listener
implemented by a consumer of this type of eventstatic interface
ViewChange.Producer
indicates support for this type of event dispatchstatic interface
ViewChange.Support
method signatures to add/remove listeners and fire eventsstatic class
ViewChange.SupportImpl
implementation of support.
-