Package jsl.modeling.elements.station
Interface ReceiveQObjectIfc
-
- All Known Implementing Classes:
ChooseBetweenThreeStations.Dispose
,DelayStation
,GGCQueuingStation.Dispose
,GGCQueuingStationWithCustST.Dispose
,LOTR.AfterInspection
,LOTR.Dispose
,NWayByChanceStationSender
,SingleQueueStation
,Station
,TandemQueue.Dispose
,TandemQueue.Dispose
,TieDyeTShirts.AfterPaperWork
,TieDyeTShirts.AfterShirtMaking
,TieDyeTShirts.Dispose
,TieDyeTShirtsSR.AfterPaperWork
,TieDyeTShirtsSR.AfterShirtMaking
,TieDyeTShirtsSR.Dispose
,TwoWayByChanceStationSender
public interface ReceiveQObjectIfc
A generic interface that can be implemented to allow facilitate the receiving of QObjects
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
receive(QObject qObj)
-
-
-
Method Detail
-
receive
void receive(QObject qObj)
-
-