|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.MPXStatusAdapter
A stub implementation of the MPXStatusListener interface.
This class is provided as a convenience for easily creating listeners. An application can extend this class and override only the methods of interest.
MPXStatusEvent,
MPXStatusListener,
Server.addMPXStatusListener(com.starbase.starteam.MPXStatusListener)| Constructor Summary | |
MPXStatusAdapter()
|
|
| Method Summary | |
void |
disabled(MPXStatusEvent e)
Invoked when MPX is disabled by the client application. |
void |
enabled(MPXStatusEvent e)
Invoked when MPX is enabled by the client application. |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
void |
exception(MPXStatusEvent e)
Invoked when an exception occurs during MPX processing. |
int |
hashCode()
returns a unique hash for all instances of this type |
void |
offline(MPXStatusEvent e)
Invoked when the StarTeam MPX transmitter goes offline. |
void |
online(MPXStatusEvent e)
Invoked when the StarTeam MPX transmitter comes back online. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MPXStatusAdapter()
| Method Detail |
public void enabled(MPXStatusEvent e)
enabled in interface MPXStatusListenere - The corresponding MPXStatusEvent event.MPXStatusListener.enabled(com.starbase.starteam.MPXStatusEvent)public void disabled(MPXStatusEvent e)
disabled in interface MPXStatusListenere - The corresponding MPXStatusEvent event.MPXStatusListener.disabled(com.starbase.starteam.MPXStatusEvent)public void offline(MPXStatusEvent e)
offline in interface MPXStatusListenere - The corresponding MPXStatusEvent event.MPXStatusListener.offline(com.starbase.starteam.MPXStatusEvent)public void online(MPXStatusEvent e)
online in interface MPXStatusListenere - The corresponding MPXStatusEvent event.MPXStatusListener.online(com.starbase.starteam.MPXStatusEvent)public void exception(MPXStatusEvent e)
exception in interface MPXStatusListenere - The corresponding MPXStatusEvent event.MPXStatusListener.exception(com.starbase.starteam.MPXStatusEvent)public boolean equals(java.lang.Object source)
equals in class java.lang.Objectsource - Object the source to comapre with
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||