Interface ElementHandler

All Known Implementing Classes:
ElementList

public interface ElementHandler
A the listener interface for receiving Writables.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receive a Writable.
  • Method Details

    • add

      void add(Writable w)
      Receive a Writable.
      Parameters:
      w - the writable to add