public class MuseumApp extends SynergyNetApp
localDevicePosition, MEDIA_SEARCH, networkFlickEnabled, NETWORKING, ONE_MEDIA_AT_A_TIME, sync
Constructor and Description |
---|
MuseumApp() |
Modifier and Type | Method and Description |
---|---|
void |
closeTree(java.lang.String toClose)
Close tree.
|
void |
focusShift(java.lang.String from,
java.lang.String to,
com.jme3.math.Vector2f loc)
Focus shift.
|
EntityManager |
getEntityManager()
Gets the entity manager.
|
java.lang.String |
getSpecificFriendlyAppName()
Function to be overwritten so applications can append their name to the
SynergyNetApp environment name.
|
static void |
main(java.lang.String[] args)
The main method.
|
void |
onDestroy()
Actions to be performed when the SynergyNetApp window is closed.
|
bringAllStudentsToTop, createScreenShotItem, disableNetworkFlick, enableNetworkFlick, generateStudentMenu, getFeedbackTypes, getFriendlyAppName, getTableIdentity, login, loginAll, logout, logoutAll, logoutAllOfClass, modifyMenus, onContentFromProjectorArrival, onFind, onFlickArrival, reloadRemovableMediaCache, reloadServerCache, removeAdditionalMedia, removeVirtualTable, sendContentsToProjectors, sendScreenShotToProjectors, shouldStart, shouldStop, toggleFreeze, updateVirtualTable, utiliseScreenshot
public static void main(java.lang.String[] args)
args
- the argumentspublic void closeTree(java.lang.String toClose)
toClose
- the to closepublic void focusShift(java.lang.String from, java.lang.String to, com.jme3.math.Vector2f loc)
from
- the fromto
- the toloc
- the locpublic EntityManager getEntityManager()
public java.lang.String getSpecificFriendlyAppName()
SynergyNetApp
public void onDestroy()
SynergyNetApp
onDestroy
in interface IMultiplicityApp
onDestroy
in class SynergyNetApp