Package org.cometd.oort
Interface Seti.Location
- All Known Implementing Classes:
Seti.LocalLocation
,Seti.SetiLocation
- Enclosing class:
- Seti
protected static interface Seti.Location
The representation of where a user is.
-
Method Summary
-
Method Details
-
send
void send(java.lang.String toUser, java.lang.String toChannel, java.lang.Object data) -
receive
void receive(java.lang.String toUser, java.lang.String toChannel, java.lang.Object data) -
hashCode
int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
equals
boolean equals(java.lang.Object obj)- Overrides:
equals
in classjava.lang.Object
-