Class AdventureFrame.JTableChannel

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

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

      Constructors 
      Constructor Description
      JTableChannel​(javax.swing.JTable jTable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addRows​(java.util.List list)  
      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

      • JTableChannel

        public JTableChannel​(javax.swing.JTable jTable)
    • Method Detail

      • send

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

        public void addRows​(java.util.List list)