Class AdventureFrame.JTextAreaChannel

  • All Implemented Interfaces:
    org.kie.api.runtime.Channel
    Enclosing class:
    AdventureFrame

    public static class AdventureFrame.JTextAreaChannel
    extends java.lang.Object
    implements org.kie.api.runtime.Channel
    • Constructor Summary

      Constructors 
      Constructor Description
      JTextAreaChannel​(javax.swing.JTextArea textArea)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void send​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JTextAreaChannel

        public JTextAreaChannel​(javax.swing.JTextArea textArea)
    • Method Detail

      • send

        public void send​(java.lang.Object object)
        Specified by:
        send in interface org.kie.api.runtime.Channel