home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/Listener.h>
- @interface InvitationListener : Listener
- {}
- -(int)invitationFrom : (char *) username
- onHost : (char *) hostname
- RSVP : (port_t) rsvpPort
- Face : (char *) face
- length : (int) length;
- -(int)Game : (char *) game
- length : (int) length
- Side : (int) side
- YourPort : (port_t *) yourPort
- MyPort : (port_t) myPort
- MyFace : (char *) myFaceData
- length : (int) mflen
- From : (char *) username
- onHost : (char *) hostname;
- @end