net.jxta.rendezvous
Class RendezvousEvent
java.lang.Object
|
+--java.util.EventObject
|
+--net.jxta.rendezvous.RendezvousEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class RendezvousEvent
- extends java.util.EventObject
Container for PipeMsgEvent events.
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Constructor Summary |
RendezvousEvent(java.lang.Object source,
int type,
ID peer)
Creates a new event |
|
Method Summary |
java.lang.String |
getPeer()
Returns the event type |
int |
getType()
Returns the event type |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RDVCONNECT
public static final int RDVCONNECT
RDVRECONNECT
public static final int RDVRECONNECT
CLIENTCONNECT
public static final int CLIENTCONNECT
CLIENTRECONNECT
public static final int CLIENTRECONNECT
RDVDISCONNECT
public static final int RDVDISCONNECT
RDVFAILED
public static final int RDVFAILED
CLIENTDISCONNECT
public static final int CLIENTDISCONNECT
CLIENTFAILED
public static final int CLIENTFAILED
RendezvousEvent
public RendezvousEvent(java.lang.Object source,
int type,
ID peer)
- Creates a new event
- Parameters:
source - The object on which the Event initially occurredthe - event typethe - peer associated with the event
getType
public int getType()
- Returns the event type
- Returns:
- int type
getPeer
public java.lang.String getPeer()
- Returns the event type
- Returns:
- the peer associated with the event