|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.citra.table.remote.RemoteTableEvent
public class RemoteTableEvent
An event used to identify the status of a RemoteTableModel.
Field Summary | |
---|---|
static int |
STARTED
an integer representing a 'started' remote action. |
static int |
STOPPED
an integer representing a 'stopped' remote action. |
protected int |
type
the type of the event. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
RemoteTableEvent(Object source,
int type)
Constructs a RemoteTableEvent. |
Method Summary | |
---|---|
int |
getType()
Returns the event's 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 |
Field Detail |
---|
public static final int STARTED
public static final int STOPPED
protected int type
Constructor Detail |
---|
public RemoteTableEvent(Object source, int type)
Method Detail |
---|
public int getType()
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |