com.hungry.javacvs.client.util
Class CVSClientEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.hungry.javacvs.client.util.CVSClientEvent
- Direct Known Subclasses:
- CVSClientBusyChangeEvent, CVSClientConnectionClosedEvent, CVSClientErrorEvent, CVSClientMsgEvent, CVSClientRequestCompleteEvent, CVSClientStatusEvent
- public class CVSClientEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Constructor Summary |
CVSClientEvent(java.lang.Object source,
int 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 |
STATUS_EVENT
public static final int STATUS_EVENT
ERROR_EVENT
public static final int ERROR_EVENT
MSG_EVENT
public static final int MSG_EVENT
BUSY_CHANGE
public static final int BUSY_CHANGE
CONNECTION_CLOSED
public static final int CONNECTION_CLOSED
REQUEST_COMPLETE
public static final int REQUEST_COMPLETE
type
protected int type
CVSClientEvent
public CVSClientEvent(java.lang.Object source,
int event_type)
getType
public int getType()