ch.sahits.game.event
Class ViewChangeEvent

java.lang.Object
  extended by ch.sahits.game.event.Event
      extended by ch.sahits.game.event.ViewChangeEvent

public class ViewChangeEvent
extends Event

Event for updating a view

Author:
andi

Field Summary
private  Class<?> addresse
           
 
Constructor Summary
ViewChangeEvent(Class<?> addresse)
           
 
Method Summary
 Class<?> getAddresse()
           
 
Methods inherited from class ch.sahits.game.event.Event
add, notify, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addresse

private final Class<?> addresse
Constructor Detail

ViewChangeEvent

public ViewChangeEvent(Class<?> addresse)
Parameters:
addresse - of the view that is to be updated
Method Detail

getAddresse

public Class<?> getAddresse()
Returns:
the addresse


Copyright © 2012 Sahits GmbH. All Rights Reserved.