|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
ch.ethz.iks.r_osgi.RemoteServiceEvent
public final class RemoteServiceEvent
Remote service event class.
| Field Summary | |
|---|---|
static int |
MODIFIED
The service got modified. |
static int |
REGISTERED
The service got registered. |
static int |
UNREGISTERING
The service is unregistering. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
RemoteServiceEvent(int type,
RemoteServiceReference remoteRef)
create a new remote service event. |
|
| Method Summary | |
|---|---|
RemoteServiceReference |
getRemoteReference()
get the remote service reference. |
int |
getType()
get the type of the event. |
| 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 |
| Field Detail |
|---|
public static final int REGISTERED
public static final int MODIFIED
public static final int UNREGISTERING
| Constructor Detail |
|---|
public RemoteServiceEvent(int type,
RemoteServiceReference remoteRef)
type - the type of the event.remoteRef - the remote service reference.| Method Detail |
|---|
public int getType()
public RemoteServiceReference getRemoteReference()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||