Class VFXContainerEvent

java.lang.Object
java.util.EventObject
javafx.event.Event
io.github.palexdev.virtualizedfx.events.VFXContainerEvent
All Implemented Interfaces:
Serializable, Cloneable

public class VFXContainerEvent extends Event
Custom event implementation to be used with VFXContainers. Event-based systems are very useful for loose coupling, because it allows components to communicate with each other without needing to know the specifics of their implementations.

This mechanism should be used only when there are no other reasonable ways as the performance implications of this system are not very clear.

See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • update

      public static <T> void update(VFXCell<T> cell)