core.events
Class SignInEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycore.events.SignInEvent
All Implemented Interfaces:
java.io.Serializable

public class SignInEvent
extends java.util.EventObject

This is the event that will be thrown when the user successfully signs in.

Author:
hoele
See Also:
Serialized Form

Constructor Summary
SignInEvent(java.lang.Object source, Contact me)
           
 
Method Summary
 Contact getMe()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignInEvent

public SignInEvent(java.lang.Object source,
                   Contact me)
Method Detail

getMe

public Contact getMe()