periodic events
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