Exemplo n.º 1
0
 public void handler(AsyncHandler handler)
 {
     m_handler = handler;
 }
Exemplo n.º 2
0
 public int open(AsyncHandler handler, object handle)
 {
     this.handler(handler);
     m_handle = handle;
     return(0);
 }