com.partnersoft.v3x.apps.Staker.server
Class Hub

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.server.Hub
All Implemented Interfaces:
java.awt.datatransfer.ClipboardOwner, java.awt.event.ActionListener, java.util.EventListener

public class Hub
extends java.lang.Object
implements java.awt.event.ActionListener, java.awt.datatransfer.ClipboardOwner

This is the new hub for 4.x. It's basically a live log viewer and launching the old SocketServer. It does handle sending the module's the hub shutdown command when the window is closed or the app is updated however.

Copyright 1997-2008 Partner Software, Inc. All rights reserved.


Constructor Summary
Hub()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void lostOwnership(java.awt.datatransfer.Clipboard cb, java.awt.datatransfer.Transferable tr)
           
 void runImp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hub

public Hub()
Method Detail

runImp

public void runImp()

lostOwnership

public void lostOwnership(java.awt.datatransfer.Clipboard cb,
                          java.awt.datatransfer.Transferable tr)
Specified by:
lostOwnership in interface java.awt.datatransfer.ClipboardOwner

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener