|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
gov.sandia.ccaffeine.dc.user_iface.MVC.event.CcaConnectionsBetweenTwoPortsEvent
public class CcaConnectionsBetweenTwoPortsEvent
used to transfer cca connections from one entity to another entity
Field Summary | |
---|---|
protected CcaConnectionBetweenTwoPorts[] |
ccaConnections
Get the components |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
CcaConnectionsBetweenTwoPortsEvent(java.lang.Object source)
Create a CcaConnectionsBetweenTwoPortsEvent. |
|
CcaConnectionsBetweenTwoPortsEvent(java.lang.Object source,
CcaConnectionBetweenTwoPorts[] ccaConnections)
Create a CcaConnectionsBetweenTwoPortsEvent. |
Method Summary | |
---|---|
CcaConnectionBetweenTwoPorts[] |
getCcaConnections()
get the cca connections |
void |
setConnections(CcaConnectionBetweenTwoPorts[] ccaConnections)
set the cnnections |
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 |
---|
protected CcaConnectionBetweenTwoPorts[] ccaConnections
Constructor Detail |
---|
public CcaConnectionsBetweenTwoPortsEvent(java.lang.Object source)
source
- The entity that originated this event.public CcaConnectionsBetweenTwoPortsEvent(java.lang.Object source, CcaConnectionBetweenTwoPorts[] ccaConnections)
source
- The entity that originated this event.ccaConnections
- the connectionMethod Detail |
---|
public CcaConnectionBetweenTwoPorts[] getCcaConnections()
public void setConnections(CcaConnectionBetweenTwoPorts[] ccaConnections)
ccaConnections
- The connections
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |