• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
periodic events
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

periodic events


  • Subject: periodic events
  • From: Nicolas Dangy-Caye <email@hidden>
  • Date: Sat, 8 Jan 2005 12:41:49 +0100

Hi all,

my first post... Please be indulgent ;-)

I'd like to implement a function called periodically within my cocoa java application.
I implemented a NSEvent timer and a callbackTimer task within my application class :

private NSEvent timerEvent;
...
public
void CallbackTimer (Object sender) { /* IBAction */
// code here
}

I construct my timerEvent and launch a timerEvent.startPeriodicEvent (double delay, double interval).
How am I supposed to connect the CallbackTimer action with my periodic event ?

regards,
Nicolas.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Reading hex values from a file
  • Next by Date: Re: NSTask with non-ASCII paths
  • Previous by thread: Re: Reading hex values from a file
  • Next by thread: mouseExited: acts very unreliably?
  • Index(es):
    • Date
    • Thread