|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ecma.csta.CastorObject
ch.ecma.csta.binding.DisplayUpdatedEvent
public class DisplayUpdatedEvent
The DisplayUpdatedEvent occurs if the contents of a device's display have changed.
The parameters of the DisplayUpdatedEvent structure are:DisplayUpdatedEvent Parameters | ||
---|---|---|
monitorCrossRefID | Not used | Ignore. Currently only used internally. |
device | Always provided | Specifies the device where the display information was changed. Type is SubjectDeviceID. |
displayID | Not supported | |
logicalRows | Always provided | Always set to 1. |
logicalColumns | Always provided | Always set to 48. |
physicalRows | Not supported | |
physicalColumns | Not supported | |
physicalBaseRowNumber | Not supported | |
physicalBaseColumnNumber | Not supported | |
characterSet | Not supported | |
contentsOfDisplay | Always provided | Specifies the text on display as a string of characters consisting of the text on each row of the display (including spaces) concatenated together. |
extensions | Not supported |
Constructor Summary | |
---|---|
DisplayUpdatedEvent()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
CharacterSet |
getCharacterSet()
Returns the value of field 'characterSet'. |
java.lang.String |
getContentsOfDisplay()
Returns the value of field 'contentsOfDisplay'. |
SubjectDeviceID |
getDevice()
Returns the value of field 'device'. |
java.lang.String |
getDisplayID()
Returns the value of field 'displayID'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
java.lang.Long |
getLogicalColumns()
Returns the value of field 'logicalColumns'. |
java.lang.Long |
getLogicalRows()
Returns the value of field 'logicalRows'. |
java.lang.String |
getMonitorCrossRefID()
Returns the value of field 'monitorCrossRefID'. |
java.lang.Long |
getPhysicalBaseColumnNumber()
Returns the value of field 'physicalBaseColumnNumber'. |
java.lang.Long |
getPhysicalBaseRowNumber()
Returns the value of field 'physicalBaseRowNumber'. |
java.lang.Long |
getPhysicalColumns()
Returns the value of field 'physicalColumns'. |
java.lang.Long |
getPhysicalRows()
Returns the value of field 'physicalRows'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setCharacterSet(CharacterSet characterSet)
Sets the value of field 'characterSet'. |
void |
setContentsOfDisplay(java.lang.String contentsOfDisplay)
Sets the value of field 'contentsOfDisplay'. |
void |
setDevice(SubjectDeviceID device)
Sets the value of field 'device'. |
void |
setDisplayID(java.lang.String displayID)
Sets the value of field 'displayID'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setLogicalColumns(java.lang.Long logicalColumns)
Sets the value of field 'logicalColumns'. |
void |
setLogicalRows(java.lang.Long logicalRows)
Sets the value of field 'logicalRows'. |
void |
setMonitorCrossRefID(java.lang.String monitorCrossRefID)
Sets the value of field 'monitorCrossRefID'. |
void |
setPhysicalBaseColumnNumber(java.lang.Long physicalBaseColumnNumber)
Sets the value of field 'physicalBaseColumnNumber'. |
void |
setPhysicalBaseRowNumber(java.lang.Long physicalBaseRowNumber)
Sets the value of field 'physicalBaseRowNumber'. |
void |
setPhysicalColumns(java.lang.Long physicalColumns)
Sets the value of field 'physicalColumns'. |
void |
setPhysicalRows(java.lang.Long physicalRows)
Sets the value of field 'physicalRows'. |
static DisplayUpdatedEvent |
unmarshalDisplayUpdatedEvent(java.io.Reader reader)
Method unmarshalDisplayUpdatedEvent |
void |
validate()
Method validate |
Methods inherited from class ch.ecma.csta.CastorObject |
---|
getOldSessionID, hashCode, setOldSessionID, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DisplayUpdatedEvent()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public CharacterSet getCharacterSet()
public java.lang.String getContentsOfDisplay()
public SubjectDeviceID getDevice()
public java.lang.String getDisplayID()
public CSTACommonArguments getExtensions()
public java.lang.Long getLogicalColumns()
public java.lang.Long getLogicalRows()
public java.lang.String getMonitorCrossRefID()
public java.lang.Long getPhysicalBaseColumnNumber()
public java.lang.Long getPhysicalBaseRowNumber()
public java.lang.Long getPhysicalColumns()
public java.lang.Long getPhysicalRows()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setCharacterSet(CharacterSet characterSet)
characterSet
- the value of field 'characterSet'.public void setContentsOfDisplay(java.lang.String contentsOfDisplay)
contentsOfDisplay
- the value of field
'contentsOfDisplay'.public void setDevice(SubjectDeviceID device)
device
- the value of field 'device'.public void setDisplayID(java.lang.String displayID)
displayID
- the value of field 'displayID'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setLogicalColumns(java.lang.Long logicalColumns)
logicalColumns
- the value of field 'logicalColumns'.public void setLogicalRows(java.lang.Long logicalRows)
logicalRows
- the value of field 'logicalRows'.public void setMonitorCrossRefID(java.lang.String monitorCrossRefID)
monitorCrossRefID
- the value of field
'monitorCrossRefID'.public void setPhysicalBaseColumnNumber(java.lang.Long physicalBaseColumnNumber)
physicalBaseColumnNumber
- the value of field
'physicalBaseColumnNumber'.public void setPhysicalBaseRowNumber(java.lang.Long physicalBaseRowNumber)
physicalBaseRowNumber
- the value of field
'physicalBaseRowNumber'.public void setPhysicalColumns(java.lang.Long physicalColumns)
physicalColumns
- the value of field 'physicalColumns'.public void setPhysicalRows(java.lang.Long physicalRows)
physicalRows
- the value of field 'physicalRows'.public static DisplayUpdatedEvent unmarshalDisplayUpdatedEvent(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |