Method | Description | |
---|---|---|
WvEventer ( ) : System | ||
addpending ( Object cookie, Action a ) : void | ||
addtimeout ( Object cookie, DateTime t, Action a ) : void | ||
delpending ( Object cookie ) : void | ||
deltimeout ( Object cookie ) : void | ||
onreadable ( Socket s, Action a ) : void | ||
onwritable ( Socket s, Action a ) : void | ||
runonce ( ) : void | ||
runonce ( int msec_timeout ) : void |
public addpending ( Object cookie, Action a ) : void | ||
cookie | Object | |
a | Action | |
return | void |
public addtimeout ( Object cookie, DateTime t, Action a ) : void | ||
cookie | Object | |
t | DateTime | |
a | Action | |
return | void |
public onreadable ( Socket s, Action a ) : void | ||
s | Socket | |
a | Action | |
return | void |
public onwritable ( Socket s, Action a ) : void | ||
s | Socket | |
a | Action | |
return | void |