Search:

Type: Posts; User: Saeid

Search: Search took 0.18 seconds.

  1. Replies
    4
    Views
    2,003

    Re: How to use and notify

    OK. thanks
  2. Replies
    4
    Views
    2,003

    Re: How to use and notify

    the method that writes into list, the list is called OutChannel



    synchronized(OutChannel)
    {
    DataItem.DataField =Data;
    DataItem.Valid=true;

    ...
  3. Replies
    4
    Views
    2,003

    How to use and notify

    Dear all
    I have four classes that extends thread. the names are for example C1, C2, C3, C4. now these threads shares a linked list between each other. C1 writes data to a list and C2 reads from that...
Results 1 to 3 of 3