biz.chitec.quarterback.gjsa
Class BurstReceiver
java.lang.Object
biz.chitec.quarterback.gjsa.BurstReceiver
- public abstract class BurstReceiver
- extends java.lang.Object
receiver class (more a pseudo-interface...) for asynchronus communication.
- Version:
- $Id: efe22fbf0b6c6691151a4753d8dba1065fbc68f5 $
- Author:
- Dirk Hillbrecht 1997-1999, chitec/Dirk Hillbrecht 2000.
Distributed under the terms of the GNU LGPL.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BurstReceiver
public BurstReceiver()
handleResultPart
public abstract void handleResultPart(int bnum,
java.util.List rp)
burstEnd
public void burstEnd(int bnum)
burstStopped
public void burstStopped(int bnum,
java.lang.Object o)
burstError
public void burstError(int bnum,
java.lang.Object o)