public class SMSShare extends ShareService
Constructor and Description |
---|
SMSShare()
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
canShareImage()
The implementing service needs to declare if it is capable to share an
image
|
void |
share(String toShare)
This is the sharing method which should be implemented by the service.
|
actionPerformed, finish, getOriginal, setImage, setMessage, setOriginalForm, share
equals, getClientProperty, getCommandName, getDisabledIcon, getIcon, getId, getPressedIcon, getRolloverIcon, hashCode, isDisposesDialog, isEnabled, putClientProperty, setCommandName, setDisabledIcon, setDisposesDialog, setEnabled, setIcon, setPressedIcon, setRolloverIcon, toString
public void share(String toShare)
ShareService
share
in class ShareService
toShare
- text to sharepublic boolean canShareImage()
ShareService
canShareImage
in class ShareService