|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--org.csapi.jr.se.termcap.TriggeredTerminalCapabilityReportEvent
Event created by an activity object to indicate that a Gateway originated
call to the triggeredTerminalCapabilityReport() method on the callback interface
has occured.
Constructor Summary | |
TriggeredTerminalCapabilityReportEvent(java.lang.Object source,
org.csapi.jr.se.Address[] terminals,
int criteria,
org.csapi.jr.se.termcap.TypeTerminalCapabilities capabilities)
Constructor for the TriggeredTerminalCapabilityReportEvent Event. |
Method Summary | |
org.csapi.jr.se.termcap.TypeTerminalCapabilities |
getCapabilities()
This method is used to retrieve the parameter value of 'capabilities' passed up from the Gateway in it's call to the triggeredTerminalCapabilityReport() method, used on the creation of this event. |
int |
getCriteria()
This method is used to retrieve the parameter value of 'criteria' passed up from the Gateway in it's call to the triggeredTerminalCapabilityReport() method, used on the creation of this event. |
org.csapi.jr.se.Address[] |
getTerminals()
This method is used to retrieve the parameter value of 'terminals' passed up from the Gateway in it's call to the triggeredTerminalCapabilityReport() method, used on the creation of this event. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TriggeredTerminalCapabilityReportEvent(java.lang.Object source, org.csapi.jr.se.Address[] terminals, int criteria, org.csapi.jr.se.termcap.TypeTerminalCapabilities capabilities)
source
- Reference to the object firing the event.Method Detail |
public org.csapi.jr.se.Address[] getTerminals()
public int getCriteria()
public org.csapi.jr.se.termcap.TypeTerminalCapabilities getCapabilities()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |