|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectappl.parallel.plugin.event.SimpleCommEventMonitorEngine
public class SimpleCommEventMonitorEngine
Controls the SimpleCommEventMonitorPlugin
Field Summary | |
---|---|
static Comparator |
LONG_COMPARATOR
The comparator is used for sorting the values in the JTable |
Constructor Summary | |
---|---|
SimpleCommEventMonitorEngine(RemoteEventHandler eventProxy)
|
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent e)
|
String |
getCurrentTimeString()
|
SimpleCommEventMonitor |
getMonitor()
|
void |
initGUI()
inits the SimpleCommEventMonitor |
void |
receiveTimeEvent(TimeEvent t)
Receive a event |
void |
receiveTransferEvent(TransferEvent t)
Receive a event |
void |
stop()
stops the execution |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Comparator LONG_COMPARATOR
JTable
Constructor Detail |
---|
public SimpleCommEventMonitorEngine(RemoteEventHandler eventProxy)
Method Detail |
---|
public SimpleCommEventMonitor getMonitor()
public void initGUI()
SimpleCommEventMonitor
public void receiveTimeEvent(TimeEvent t)
TimeMonitor
receiveTimeEvent
in interface TimeMonitor
t
- the eventpublic void receiveTransferEvent(TransferEvent t)
TransferMonitor
receiveTransferEvent
in interface TransferMonitor
t
- the eventpublic String getCurrentTimeString()
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void stop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |