Interface StructuralListener

All Known Implementing Classes:
WaitForChildren

public interface StructuralListener
A class which implements this interface is able to receive structural events.
Author:
Rob Gordon
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a child is added to a Structural object.
    void
    Called when a child is removed from a Strucutral object.
  • Method Details

    • childAdded

      void childAdded(StructuralEvent event)
      Called when a child is added to a Structural object.
      Parameters:
      event - The strucural event.
    • childRemoved

      void childRemoved(StructuralEvent event)
      Called when a child is removed from a Strucutral object.
      Parameters:
      event - The strucutral event.