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 event
      static interface  ViewChange.Producer
      indicates support for this type of event dispatch
      static interface  ViewChange.Support
      method signatures to add/remove listeners and fire events
      static class  ViewChange.SupportImpl
      implementation of support.