org.moyoman.client.reference.admin
Interface IMoyomanAdminOwner

All Superinterfaces:
IGUIConstants
All Known Implementing Classes:
Moyoman, MoyomanAdmin

public interface IMoyomanAdminOwner
extends IGUIConstants

Defines methods required by Moyoman AdminManager owners.

Since:
v0.03
Version:
v0.03
Author:
Jeffrey M. Thompson

Field Summary
 
Fields inherited from interface org.moyoman.client.reference.util.IGUIConstants
DEBUG, DIRTY_PROPERTY, GAP, MARGIN, TRANSPARENT_COLOR
 
Method Summary
 GameEngineSwingWorker getEngine()
          Return the game engine.
 JFrame getFrame()
          Return this application's frame.
 

Method Detail

getEngine

public GameEngineSwingWorker getEngine()
Return the game engine.

Since:
v0.03

getFrame

public JFrame getFrame()
Return this application's frame.

Since:
v0.03