Class SelectionNotifyEvent.SelectionNotifyEventBuilder
java.lang.Object
com.github.moaxcp.x11client.protocol.xfixes.SelectionNotifyEvent.SelectionNotifyEventBuilder
- Enclosing class:
- SelectionNotifyEvent
-
Method Summary
Modifier and TypeMethodDescriptionbuild()firstEventOffset(byte firstEventOffset) intgetSize()owner(int owner) selection(int selection) selectionTimestamp(int selectionTimestamp) sentEvent(boolean sentEvent) sequenceNumber(short sequenceNumber) subtype(byte subtype) subtype(SelectionEvent subtype) timestamp(int timestamp) toString()window(int window)
-
Method Details
-
subtype
-
subtype
-
getSize
public int getSize() -
firstEventOffset
- Returns:
this.
-
sentEvent
- Returns:
this.
-
sequenceNumber
- Returns:
this.
-
window
- Returns:
this.
-
owner
- Returns:
this.
-
selection
- Returns:
this.
-
timestamp
- Returns:
this.
-
selectionTimestamp
- Returns:
this.
-
build
-
toString
-