com.antelmann.db.remote
Class RemoteDBUpdateEvent.Option
java.lang.Object
com.antelmann.db.remote.RemoteDBUpdateEvent.Option
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- RemoteDBUpdateEvent
public static class RemoteDBUpdateEvent.Option
- extends Object
- implements Serializable
used as the optional parameter when generating a DBUpdateEvent
- See Also:
DBUpdateEvent.getOption(),
Serialized Form
RemoteDBUpdateEvent.Option
public RemoteDBUpdateEvent.Option(InetAddress computer,
DBReference user)
throws IllegalArgumentException,
NullPointerException
- Throws:
IllegalArgumentException
NullPointerException
RemoteDBUpdateEvent.Option
public RemoteDBUpdateEvent.Option(InetAddress computer,
User user)
getComputer
public InetAddress getComputer()
getUser
public DefaultDBReference getUser()
toString
public String toString()
- Overrides:
toString in class Object
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads