BeehiveDoc before ApacheCon: ControlProgramming is not updated
--------------------------------------------------------------

         Key: BEEHIVE-36
         URL: http://issues.apache.org/jira/browse/BEEHIVE-36
     Project: Beehive
        Type: Bug
  Components: Documentation  
    Versions: TBD    
    Reporter: James Song
 Assigned to: Kyle Marvin 
    Priority: Trivial
     Fix For: TBD


Just notice the ControlsProgramming on 
http://incubator.apache.org/beehive/Controls.html is not the most updated.

For example on Context event:

  ControlBeanContext peerContext = myBean.getPeerContext();
     PeerContext.addCallbackListener(
         new ControlBeanContext.Callback()
          {
              public void onCreate() {  �. };
              public void onAcquire() { � };
              public void onRelease() { � };
          });

Where getPeerContext() should be getControlBeanContext()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to