|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.remotecontrol.networkmanager.managers.TablePortalManager
public class TablePortalManager
The Class TablePortalManager.
Method Summary | |
---|---|
void |
closeAll()
Close all. |
static TablePortalManager |
getInstance()
Gets the single instance of TablePortalManager. |
TablePortal |
getTablePortal(java.lang.String id)
Gets the table portal. |
TablePortal |
getTablePortalForTable(TableIdentity tableId)
Gets the table portal for table. |
java.util.List<TablePortal> |
getTablePortals()
Gets the table portals. |
void |
hideAll()
Hide all. |
void |
messageReceived(java.lang.Object obj)
Message received. |
void |
registerTablePortal(TablePortal tablePortal)
Register table portal. |
void |
setNetworkedContentManager(NetworkedContentManager manager)
Sets the networked content manager. |
void |
unregisterTablePortal(TablePortal tablePortal)
Unregister table portal. |
void |
update(float tpf)
Update. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TablePortalManager getInstance()
public void closeAll()
public TablePortal getTablePortal(java.lang.String id)
id
- the id
public TablePortal getTablePortalForTable(TableIdentity tableId)
tableId
- the table id
public java.util.List<TablePortal> getTablePortals()
public void hideAll()
public void messageReceived(java.lang.Object obj)
NetworkedContentManager.NetworkListener
messageReceived
in interface NetworkedContentManager.NetworkListener
obj
- the objpublic void registerTablePortal(TablePortal tablePortal)
tablePortal
- the table portalpublic void setNetworkedContentManager(NetworkedContentManager manager)
manager
- the new networked content managerpublic void unregisterTablePortal(TablePortal tablePortal)
tablePortal
- the table portalpublic void update(float tpf)
tpf
- the tpf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |