Back to project page com.elsewhat.android.slideshow.
The source code is released under:
Copyright (C) 2012 Dagfinn Parnas <dagfinn.parnas@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Sof...
If you think the Android project com.elsewhat.android.slideshow listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.elsewhat.android.slideshow.activities; /* www. j a v a 2 s . c om*/ import com.elsewhat.android.slideshow.api.AsyncQueueableObject; public interface ISlideshowInstance { public void actionToggleTitle(); public void addToAsyncReadQueue(AsyncQueueableObject asyncObject); public void setUpScrollingOfDescription(); public int getScreenWidth(); public int getScreenHeight(); }