Interface Source

  • All Known Implementing Classes:
    RemoteSource

    public interface Source
    • Method Detail

      • getData

        byte[] getData​(java.lang.String id)
                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • event

        void event​(Event e,
                   Area area)
            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • output

        void output​(java.lang.String areaId,
                    java.lang.CharSequence text,
                    boolean err)
             throws java.io.IOException
        Throws:
        java.io.IOException