The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
object Prima::Timer( Prima::Component)
{
   property int timeout;
   method void   cleanup();
   method void   done();
   method Bool   get_active();
   method SV *   get_handle();
   c_only void   handle_event ( PEvent event);
   method void   init( HV * profile);
   import SV *   notification_types();
   import SV *   profile_default  ();
   method Bool   start();
   method void   stop();
   c_only void   update_sys_handle( HV * profile);
   c_only Bool   validate_owner( Handle * newOwner, HV * profile);
}