11 package com.google.scrollview.events;
75 commandId = commandid;
84 return (window.
hash +
"," + type.ordinal() +
"," + x +
"," + y +
","
85 + xSize +
"," + ySize +
"," + commandId +
"," + parameter);
SVEvent(SVEventType t, SVWindow w, int x1, int y1, int x2, int y2, String p)
SVEvent(SVEventType eventtype, SVWindow svWindow, int commandid, String value)